We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c0546 commit c131e0cCopy full SHA for c131e0c
11718.py
@@ -0,0 +1,7 @@
1
+# 그대로 출력하기
2
+
3
+while True:
4
+ try:
5
+ print(input())
6
+ except:
7
+ break
0 commit comments