python之“Hello world!”
新手学习python,第一个程序“Hello world!”。
pycharm开发环境:
代码很简单,只有一行:
print 'Hello world'
输出结果:
C:\Python27\python.exe "C:/PycharmProjects/201708/hello word.py"
Hello world
Process finished with exit code 0
新手学习python,第一个程序“Hello world!”。
pycharm开发环境:
代码很简单,只有一行:
print 'Hello world'
输出结果:
C:\Python27\python.exe "C:/PycharmProjects/201708/hello word.py"
Hello world
Process finished with exit code 0