Python 2.7.9 Demo

001.print_hello_world

#!/usr/bin/python
print "hello, world...";

002.print_chinese

#coding=gbk
#!/usr/bin/python
print "你好吗"
原文地址:https://www.cnblogs.com/nick-huang/p/4617254.html