标签:print int hello 交互模式 令行 python 命令行 交互 inux
交互模式>>100+200
300
命令行 cal.py print(‘100+200‘)
c:\>python cal.py
300
Linux
hello.py
#!/usr/bin/env python3
print(‘hello, world‘)
chmod a+x hello.py
./hello.py
标签:print int hello 交互模式 令行 python 命令行 交互 inux
原文地址:http://blog.51cto.com/13749917/2146940