How to Program: Computer Science Concepts and Python Exercises
How to Program: Computer Science Concepts and Python Exercises
Operations with Lists (1x7)
: 28, 2016
Python makes it very easy to create lists and perform a wide range of operations on them. Learn the fundamentals of building lists. Then experiment with indexing into lists, looping over lists, and making slices of lists, lists of lists, and list-like structures called tuples.