From d7394f49f83c3349a16908ab8c63ad9fa651348c Mon Sep 17 00:00:00 2001 From: Kyuho Kim Date: Sun, 20 Aug 2017 11:07:25 +0900 Subject: [PATCH 1/2] test 1 --- basic_examples/python_control.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basic_examples/python_control.py b/basic_examples/python_control.py index 62d50a5..a32de6c 100755 --- a/basic_examples/python_control.py +++ b/basic_examples/python_control.py @@ -37,4 +37,5 @@ for i in range(1,11, 2): print i -#Python also has the break and continue statements which work just like in Java +#Kim Python also has the break and continue statements which work just like in Java +#my comment From 98e0b3ff07fd1140fc25a0153511fbd40dfd74ca Mon Sep 17 00:00:00 2001 From: Kyuho Kim Date: Mon, 21 Aug 2017 16:48:38 +0900 Subject: [PATCH 2/2] my commit --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c0332d1..ea493b2 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ **About** - +Kyuho Kim This project contains a series of Python examples to help someone new to Python learn how to program in Python. I am listing the order in which you may want to read these examples. The order below starts with simple concepts, moving on to more advanced ones. @@ -36,4 +36,4 @@ I am listing the order in which you may want to read these examples. The order b - test_write_user_details_iostub.py - write_user_details_di.py - test_write_user_details_mock.py - \ No newline at end of file +