Exercise 1: A Good First Program

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.'
原文地址:https://www.cnblogs.com/hluo/p/4038533.html