1.开始
Vim test.py
#!/usr/bin/python
print "hello,world!";
chmod +x test.py
./test.py
2.基本知识
Python有五个标准的数据类型:
数字:Python支持四种不同的数值类型: