001.print_hello_world

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

 

002.print_chinese

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

 

相关文章: