Python/CodeUp
1016 - 정수 1개 입력받아 3번 출력하기
GLOWWW
2021. 2. 18. 13:23
a = input()
print(a, a, a)