for cicle python code example Example: python for loop nums = ['one', 'two', 'three'] for elem in nums: print(elem)