More Data Types

Python has many data types, three of which you've learned already (float, int, str). But, to keep going in your Python studies, you'll need to learn five more: bool, list, tuple, set, and dict. Along the way, see how to use methods and a few new tricks for strings.