美文网首页
练习9 打印3

练习9 打印3

作者: 黑色茄子 | 来源:发表于2017-09-16 14:04 被阅读0次

    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-quotes.
    We'll be able to type as much as we like.
    Even 4 lines if we want,or 5,or 6.
    """

    相关文章

      网友评论

          本文标题:练习9 打印3

          本文链接:https://www.haomeiwen.com/subject/ttgysxtx.html