July 2025
Beginner to intermediate
408 pages
5h 24m
English
Lists, tuples, and dictionaries are three advanced data types. While using them, some of the fundamental concepts in programming will be crystal clear to you. This is why this chapter primarily focuses on them.
I believe that apart from the strings, integers, floating-point numbers, and Booleans, you’ll mostly use lists in your programs. In the previous chapter, I gave you a quick overview of lists. There, you learned that you can define a list by separating the values inside the square brackets as follows: list_name=[value1,value2,value3,..] ...
Read now
Unlock full access