Skip to content

Commit f9e6188

Browse files
authored
Create 6013.py
1 parent 9f02dc2 commit f9e6188

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

codeUpPython/6013.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 2024-08-08
2+
# https://codeup.kr/problem.php?id=6013
3+
value1 = input()
4+
value2 = input()
5+
print(value2)
6+
print(value1)

0 commit comments

Comments
 (0)