【笨方法学python】ex1 - print

代码如下

点击查看代码
#-*- coding:utf-8- -*-
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.'
print "中文输出"

执行结果
image

posted @ 2022-10-05 03:30  TiramisuPS  阅读(18)  评论(0编辑  收藏  举报