【笨方法学python】ex9 - 打印,打印,打印

代码如下:

点击查看代码
# -*-coding:utf-8- -*-
# 打印,打印,打印

# Here's some new strange stuff, remember type it exactly.

days = "Mon Tue Wed Thu Fri Sat Sun"
months = "\nJan\nFeb\nMar\nApr\nMay\nJun\nJul\nAug"

print "Here are the days: ", days
print "Here are the months: ", months

print """
There's something going on here.
With the three double-quotes.
We'll be able to type as much as we like.
Even 4 lines if we want, or 5, or 6.
"""

执行结果:
image

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