001.print_hello_world
#!/usr/bin/python print "hello, world...";
002.print_chinese
#coding=gbk #!/usr/bin/python print "你好吗"
Python 2.7.9 Demo - 001.print_hello_world - 002.print_chinese
原文:http://www.cnblogs.com/nick-huang/p/4617254.html