python lists 2.7 code example Example: python lists fruits = ['apple', 'banana', 'mango', 'cherry'] for fruit in fruits: print(fruit)