What are we learning in this chapter?
Discover the core Python data types lists tuples and dictionaries in this chapter. Learn how to use these essential building blocks alongside strings to write versatile programs.
We'll cover the following...
We'll cover the following...
Python has several other important data types that you’ll probably use every day. They are called lists, tuples and ...