Module 2
Your first lines of Python: print, variables, and data types.
Input and Output
print() and input().
Comments
Notes in your code.
Variables
Named boxes for data.
Data Types
int, float, str, bool.
Typecasting
Changing one type to another.