이거좀.. 알려주셈.. 왜 실행안됨?


i=0

maxNumber=int(input("원하는 숫자입력:")

while i<maxNumber:

print(i)

i+=1