Python 2.7.9 Demo - 001.print_hello_world - 002.print_chinese

001.print_hello_world

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

 

002.print_chinese

#coding=gbk
#!/usr/bin/python
print "你好吗"

 

posted @ 2015-07-02 21:58  nick_huang  阅读(205)  评论(0)    收藏  举报