About iter object getting created after calling iter() on a iterable object

does the iter object store the values in a list or tuple or something? can we print iter object and see the contained values…??