笨方法学Python3

发布时间 2023-03-27 00:11:08作者: 青衫扶夕

"笨方法"学 Python 3

Learn PYTHON 3 the HARD WAY

习题1 第一个程序

⚠️ PS: 初学不要用IDE!!! 就用文本编辑器.

编辑器名称 支持平台
Visual Studio Code? Windows, macOS, Linux
NotePad++ Windows
gEdit Linux, macOS, Windows
Textmate macOS
SciTe Windows, Linux
jEdit Linux, macOS, Windows
Atom Windows, macOS, Linux

?ex1.py

习题2 注释和#号

?ex2.py