From b5c37278ab679928bea7e62fc21be879c5ef8466 Mon Sep 17 00:00:00 2001
From: KimTaeeun <teun1215@ajou.ac.kr>
Date: Tue, 20 Nov 2018 13:13:22 +0900
Subject: [PATCH] Upload New File

---
 "\354\260\275\354\206\214\354\236\205(1120)_2.py" | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 "\354\260\275\354\206\214\354\236\205(1120)_2.py"

diff --git "a/\354\260\275\354\206\214\354\236\205(1120)_2.py" "b/\354\260\275\354\206\214\354\236\205(1120)_2.py"
new file mode 100644
index 0000000..e353e9e
--- /dev/null
+++ "b/\354\260\275\354\206\214\354\236\205(1120)_2.py"
@@ -0,0 +1,12 @@
+print("str과 int 차이")
+
+a = int(input())
+b = int(input())
+print()
+print(a+b)
+
+
+a = input()
+b = input()
+print()
+print(a+b)
-- 
GitLab