The second course in Python for Everybody explores variables that contain collections of data like string, lists, dictionaries, and tuples. Learning how to store and represent and manipulate data collections while a program is running is an important part of learning how to program.
What you'll learn
understand and use string data types
manipulate lists effectively
work with dictionaries and tuples
store and represent collections of data during program execution