Python LISTS chapter 10
Python LISTS chapter 10. From Think Python How to Think Like a Computer Scientist. Introduction to lists. A list is a sequence of values (called elements) that can be any type. Here are some examples of lists [2,4,6,8,10] [‘ a’,’b’,’c’,’d’,’e ’] [‘ hello’,’there’,’Bob ’]
3.6k views • 13 slides