# Here's some new strange stuff,remember type it exactly.
days = "Mon Tue Wed Thu Fri Sat Sun"
months = "Jan\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-guotes.
We'll be able to type as much as we like.
Even 4 lines if we want,or 5,or 6.
"""
本篇博客展示了一种独特的编程技巧,通过使用三个双引号来创建多行字符串,这种技巧在编写注释或生成长文本时非常实用。文章中包含了具体的代码示例,展示了如何在Python中使用这一技巧。
408

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



