Python Print n Nummern
inp = int(input())
for i in range(inp):
print(i)
Terrible Toucan
inp = int(input())
for i in range(inp):
print(i)