1.Python:www.python.org
2.notepad++:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
在notepad++中输入 print 'hello,world'
保存为hello.py
打开cmd:
输入:e:
cd \QI
python hello.py
运行出结果。
1.Python:www.python.org
2.notepad++:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
在notepad++中输入 print 'hello,world'
保存为hello.py
打开cmd:
输入:e:
cd \QI
python hello.py
运行出结果。