print "Hello World!"
print "Hello Again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'i "said" do not touch this.'
'''
#The test result
Hello World!
Hello Again
I like typing this.
This is fun.
Yay! Printing.
I'd much rather you 'not'.
i "said" do not touch this.
'''
心得:虽然会用Python写一些简单程序了,但是没有比较系统的学习过,觉得还是有必要,希望能坚持下去,记得从三到万的故事。
初探Python打印
本文通过几个简单的Python打印语句展示了如何使用print函数输出文本。作者希望通过系统学习Python来提升自己的编程技能。
333

被折叠的 条评论
为什么被折叠?



