标签:hello world python
第一个程序从“你好,世界!”开始
Hello world
2.7版本
>>> print "hello,world!"
hello, world!
3.5版本
>>> print("hello,world!")
本文出自 “重要的事,” 博客,请务必保留此出处http://guangzhao95.blog.51cto.com/7948111/1879193
Python程序--hello world
原文地址:http://guangzhao95.blog.51cto.com/7948111/1879193