标签:style color sp on c r python bs 函数
第一种方式:
$python
>>>print(‘hello world‘) 屏幕上输出hello world
print是一个常用函数
第二种方式:
$python hello.py
第三种方式:
#!/usr/bin/env python
chmod 755 hello.py
./hello.py
标签:style color sp on c r python bs 函数
原文地址:http://www.cnblogs.com/ifaithu/p/3982727.html