Inicio Programacao Python

for i in iter(obj):
    print(x)

for i in obj:
    print(i)
Delightful Dingo