From 74a518dd25018fe00c47c0363d8ef1beb17ac437 Mon Sep 17 00:00:00 2001 From: raincy811 <43610917+raincy811@users.noreply.github.com> Date: Thu, 22 Aug 2019 19:55:56 +0800 Subject: [PATCH 1/2] New Folder to record my exercise my learning folder --- exercises/1901100279/1001S02E01_helloworld.txt | 1 + exercises/1901100279/README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 exercises/1901100279/1001S02E01_helloworld.txt create mode 100644 exercises/1901100279/README.md diff --git a/exercises/1901100279/1001S02E01_helloworld.txt b/exercises/1901100279/1001S02E01_helloworld.txt new file mode 100644 index 000000000..d4e61df65 --- /dev/null +++ b/exercises/1901100279/1001S02E01_helloworld.txt @@ -0,0 +1 @@ +Hello, the whole new world of Python diff --git a/exercises/1901100279/README.md b/exercises/1901100279/README.md new file mode 100644 index 000000000..1cb814c30 --- /dev/null +++ b/exercises/1901100279/README.md @@ -0,0 +1 @@ +我的记录和总结 From 8eaca8c6ea37f79b24adfc44a7a4e84375f311c6 Mon Sep 17 00:00:00 2001 From: raincy811 <43610917+raincy811@users.noreply.github.com> Date: Fri, 23 Aug 2019 10:01:54 +0800 Subject: [PATCH 2/2] Create 1001S02E02_hello_python.py --- exercises/1901100279/1001S02E02_hello_python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 exercises/1901100279/1001S02E02_hello_python.py diff --git a/exercises/1901100279/1001S02E02_hello_python.py b/exercises/1901100279/1001S02E02_hello_python.py new file mode 100644 index 000000000..3eb736fe5 --- /dev/null +++ b/exercises/1901100279/1001S02E02_hello_python.py @@ -0,0 +1 @@ + print ('hello world!')