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