码迷,mamicode.com
首页 > 编程语言 > 详细

Python

时间:2018-07-18 23:20:59      阅读:129      评论:0      收藏:0      [点我收藏+]

标签: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

Python

标签:print   int   hello   交互模式   令行   python   命令行   交互   inux   

原文地址:http://blog.51cto.com/13749917/2146940

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!