提交 0863b1f5 编写于 作者: J Jan Keromnes

Add Gitpod to 初识Python.md

上级 0d2f0708
tasks:
- before: gp open Day01-15/Day01/code/hello.py
command: python3 Day01-15/Day01/code/hello.py
......@@ -221,6 +221,12 @@ PyCharm的安装、配置和使用我们在后面会进行介绍。
![](./res/python-pycharm.png)
#### Gitpod - 一键式在线开发工具
只需单击即可在GitHub上打开任何Python项目。
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jackfrued/Python-100-Days)
### 练习
1. 在Python交互环境中查看下面的代码结果,并将内容翻译成中文。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册