← Back to List

24516번: 잘 알려진 수열 구하기 ↗

Solutions

Python 3
44 B | 44 chars
print(*(2*i+1 for i in range(int(input()))))