print "hello world!"
print "hello again"
print "#I like typing this." #本行的#在字符串內(nèi)部粉楚,不代表注釋
print "#This is fun."
#print 'Yay!Printing.' #本行開始扮碧,下面的都被注釋了
#print "I'd much rather you 'not'."
#print 'I "said" do not touch this.'
輸出
hello world!
hello again
#I like typing this.
#This is fun.