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 + 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