Assignment and Built-in Scalar Types#
Learning Objectives#
After working through this topic, you should be able to:
List several built-in scalar types in Python
Assign and manipulate scalar variables in Python
Convert variables between different types
Materials#
Video:
Download the slides.
See the Documentation of Python built-in types.