본문 바로가기
코딩 테스트/CodeUp

[CodeUp] 파이썬 기초 100제 | 6076 풀이

by renouvea.u 2023. 4. 14.

 

 

* 내 답안

n = int(input())

for i in range(n+1):
    print(i)