In this chapter, you learned about:
Using the print() function to display results
print()
Data types string, integer, and float
Calculations
Basic string expressions
Type casting between strings, integers, and floats, using str(), int(), and float()
str()
int()
float()