Skip to content

Commit c131e0c

Browse files
committedMar 30, 2023
[#6] Feat: Add 그대로 출력하기
1 parent a9c0546 commit c131e0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎11718.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 그대로 출력하기
2+
3+
while True:
4+
try:
5+
print(input())
6+
except:
7+
break

0 commit comments

Comments
 (0)