how to make an iterable object python code example Example: create iterator object python iterable = ['Apple', 'Banana', 'Cherry'] iter(iterable)