* 내 답안
n = int(input())
start = 0
while start <= n :
print(start, end=' ')
start = start + 1
'코딩 테스트 > CodeUp' 카테고리의 다른 글
[CodeUp] 파이썬 기초 100제 | 6079 풀이 (0) | 2023.04.14 |
---|---|
[CodeUp] 파이썬 기초 100제 | 6078 풀이 (0) | 2023.04.14 |
[CodeUp] 파이썬 기초 100제 | 6077 풀이 (0) | 2023.04.14 |
[CodeUp] 파이썬 기초 100제 | 6076 풀이 (0) | 2023.04.14 |
[CodeUp] 파이썬 기초 100제 | 6074 풀이 (0) | 2023.04.14 |