From aae5ddf5a28061dccf15aea97acbb705d693517f Mon Sep 17 00:00:00 2001 From: yhan8791 Date: Fri, 13 Sep 2019 16:40:00 +0800 Subject: [PATCH 1/3] =?UTF-8?q?Day1=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第一天的作业提交 --- exercises/1901100373/1001S02E01_helloworld.txt | 1 + exercises/1901100373/readme | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 exercises/1901100373/1001S02E01_helloworld.txt create mode 100644 exercises/1901100373/readme diff --git a/exercises/1901100373/1001S02E01_helloworld.txt b/exercises/1901100373/1001S02E01_helloworld.txt new file mode 100644 index 000000000..9fd1d7d9b --- /dev/null +++ b/exercises/1901100373/1001S02E01_helloworld.txt @@ -0,0 +1 @@ +a start \ No newline at end of file diff --git a/exercises/1901100373/readme b/exercises/1901100373/readme new file mode 100644 index 000000000..c4a688bfa --- /dev/null +++ b/exercises/1901100373/readme @@ -0,0 +1,3 @@ +# Day1学习心得 + +今天用了3个多小时的时间掌握了Github的基本用法,还需要对markdown的使用多一些了解。 From 01befc214ba22ddb23cf482ceaabdde18ca4b3d5 Mon Sep 17 00:00:00 2001 From: yhan8791 Date: Tue, 17 Sep 2019 21:49:26 +0800 Subject: [PATCH 2/3] Create 1001S02E02_hello_python.py --- 1901100373/1001S02E02_hello_python.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 1901100373/1001S02E02_hello_python.py diff --git a/1901100373/1001S02E02_hello_python.py b/1901100373/1001S02E02_hello_python.py new file mode 100644 index 000000000..75d9766db --- /dev/null +++ b/1901100373/1001S02E02_hello_python.py @@ -0,0 +1 @@ +print('hello world') From 3ff4380511db36c3575ef4a965fbe17ddbeac5d6 Mon Sep 17 00:00:00 2001 From: yhan8791 Date: Tue, 17 Sep 2019 22:50:34 +0800 Subject: [PATCH 3/3] day2 assignment --- exercises/1901100373/1001S02E02_hello_python.py | 1 + exercises/1901100373/readme | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 exercises/1901100373/1001S02E02_hello_python.py diff --git a/exercises/1901100373/1001S02E02_hello_python.py b/exercises/1901100373/1001S02E02_hello_python.py new file mode 100644 index 000000000..8cde7829c --- /dev/null +++ b/exercises/1901100373/1001S02E02_hello_python.py @@ -0,0 +1 @@ +print("hello world") diff --git a/exercises/1901100373/readme b/exercises/1901100373/readme index c4a688bfa..add15d29b 100644 --- a/exercises/1901100373/readme +++ b/exercises/1901100373/readme @@ -1,3 +1,7 @@ # Day1学习心得 - 今天用了3个多小时的时间掌握了Github的基本用法,还需要对markdown的使用多一些了解。 + +# Day2学习心得 +配置Python运行的各种环境花了不少时间,是因为之前从未有过相关经验,缺少背景技术积累,所有内容都需要从头学起。 +环境配置完成后试着写print程序,这一步倒不是很复杂,但是在使用mac os自带的terminal运行时却碰到了python: can't open file in macbook terminal - [Errno 2]!的问题。 +Google了一下才发现是python文件没有存放在命令执行所对应的文件夹,于是又尝试学习pwd和cd命令,最终解决了问题。 \ No newline at end of file