Skip to content

Commit 4f9b02f

Browse files
yhan8791srvz
authored andcommitted
自学训练营学习21群#1901100373 Day2作业 (#5952)
* Day1作业 第一天的作业提交 * Create 1001S02E02_hello_python.py * day2 assignment
1 parent 9687764 commit 4f9b02f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

1901100373/1001S02E02_hello_python.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('hello world')
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("hello world")

exercises/1901100373/readme

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Day1学习心得
2-
32
今天用了3个多小时的时间掌握了Github的基本用法,还需要对markdown的使用多一些了解。
3+
4+
# Day2学习心得
5+
配置Python运行的各种环境花了不少时间,是因为之前从未有过相关经验,缺少背景技术积累,所有内容都需要从头学起。
6+
环境配置完成后试着写print程序,这一步倒不是很复杂,但是在使用mac os自带的terminal运行时却碰到了python: can't open file in macbook terminal - [Errno 2]!的问题。
7+
Google了一下才发现是python文件没有存放在命令执行所对应的文件夹,于是又尝试学习pwd和cd命令,最终解决了问题。

0 commit comments

Comments
 (0)