We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb4b53 commit 9d6d298Copy full SHA for 9d6d298
WooEong/string/11718.py
@@ -0,0 +1,7 @@
1
+import sys
2
+
3
+for line in sys.stdin:
4
5
+ print(line.strip())
6
7
+#strip(): 각 줄의 양끝 공백을 제외
0 commit comments