diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000000000000000000000000000000000..ca23c835a66c5e21d1ed85b4002c590001daa3be --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - before: gp open Day01-15/Day01/code/hello.py + command: python3 Day01-15/Day01/code/hello.py diff --git "a/Day01-15/Day01/\345\210\235\350\257\206Python.md" "b/Day01-15/Day01/\345\210\235\350\257\206Python.md" index 0dd4ff2169f1c09180fb7fccb9d259406cf22b2b..99742b5f9f85171627923b0664768e15cd078505 100644 --- "a/Day01-15/Day01/\345\210\235\350\257\206Python.md" +++ "b/Day01-15/Day01/\345\210\235\350\257\206Python.md" @@ -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交互环境中查看下面的代码结果,并将内容翻译成中文。