From 917ed1627aa775cb4af309b5ce570f779242344a Mon Sep 17 00:00:00 2001 From: hhjoy Date: Thu, 7 Sep 2017 15:42:26 +0900 Subject: [PATCH 1/3] edit hello.py: add iteration --- hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 5919d04..f44ed93 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,3 @@ -print('Hello World") +for i in range(1, 10+1): + print('Hello World") From 402f33cb9011345096bcd270eecab4877e255566 Mon Sep 17 00:00:00 2001 From: hhjoy Date: Thu, 7 Sep 2017 15:49:20 +0900 Subject: [PATCH 2/3] add dss.py --- dss.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dss.py diff --git a/dss.py b/dss.py new file mode 100644 index 0000000..06cfb38 --- /dev/null +++ b/dss.py @@ -0,0 +1,2 @@ +print("Fastcampus") +print("Data Science SCHOOL") From 6765c29b244901635684039f942f89fb98d315af Mon Sep 17 00:00:00 2001 From: hhjoy Date: Thu, 7 Sep 2017 15:56:50 +0900 Subject: [PATCH 3/3] fghhg --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index f44ed93..1c31811 100644 --- a/hello.py +++ b/hello.py @@ -1,3 +1,3 @@ for i in range(1, 10+1): - print('Hello World") + print('Hello World')