print range(10)
int_liste = range(100)
for i in int_liste:
        print i