From 43a580d7c6148cc86fef9378ba0966895f8f9450 Mon Sep 17 00:00:00 2001 From: KimTaeeun <teun1215@ajou.ac.kr> Date: Sat, 10 Nov 2018 01:46:45 +0900 Subject: [PATCH] Upload New File --- "\354\260\275\354\206\214\354\236\2051.py" | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 "\354\260\275\354\206\214\354\236\2051.py" diff --git "a/\354\260\275\354\206\214\354\236\2051.py" "b/\354\260\275\354\206\214\354\236\2051.py" new file mode 100644 index 0000000..ce1eb08 --- /dev/null +++ "b/\354\260\275\354\206\214\354\236\2051.py" @@ -0,0 +1,25 @@ +# 창소입 수업 1 + +print("Hello World\n") +print("I am Taeeun Kim\n") +print("My id is 201421110\n") +print("Bye\n") + +print("3+4 ") +print(3+4) + +print("5/2 ") +print(5/2) + +print("5/0 ") +# Error + +print("5%2 ") +print(5%2) + + + +print("2**200") +print(2**200) + +# 끝 -- GitLab