Skip to content

Commit 9d6d298

Browse files
committed
[feat] 백준 string 11718
1 parent 3bb4b53 commit 9d6d298

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

WooEong/string/11718.py

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)