We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 841172c + 0863b1f commit 7794d98Copy full SHA for 7794d98
.gitpod.yml
@@ -0,0 +1,3 @@
1
+tasks:
2
+ - before: gp open Day01-15/Day01/code/hello.py
3
+ command: python3 Day01-15/Day01/code/hello.py
Day01-15/Day01/初识Python.md
@@ -221,6 +221,12 @@ PyCharm的安装、配置和使用我们在后面会进行介绍。
221
222

223
224
+#### Gitpod - 一键式在线开发工具
225
+
226
+只需单击即可在GitHub上打开任何Python项目。
227
228
+[](https://gitpod.io/#https://github.com/jackfrued/Python-100-Days)
229
230
### 练习
231
232
1. 在Python交互环境中查看下面的代码结果,并将内容翻译成中文。
0 commit comments