打开notepad++,写下代码,保存为.py的格式 print("Hello world") 打开cmd,运行代码(注意cmd目录的切换) f: cd python/py python helloworld.py 相关文章: