top of page
Conversion
Data Types: Numbers
Data Types: Strings
Concatenation
Conversion
Data Types: Booleans
Checkpoint
Summary
It is possible to convert from one data type to another with the commands float(), int(), and str().
Operations combining different numerical data types together can also convert between the data types:
Int + Int
Float + Float
Int + Float
Int
Float
Float
bottom of page