본문 바로가기
Python/CodeUp

1030 - 정수 1개 입력받아 그대로 출력하기3

by GLOWWW 2021. 2. 18.
num = input()
print(int(num))

댓글