Skip to content

Commit d69e73a

Browse files
authored
Create 6012.py
1 parent 43450b2 commit d69e73a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

codeUpPython/6012.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=6012
3+
value1 = input()
4+
value2 = input()
5+
print(int(value1))
6+
print(int(value2))

0 commit comments

Comments
 (0)