摘要: 习题 9: 打印,打印,打印 1 # Here's some new strange stuff, remember type it exactly. 2 3 days = "Mon Tue Wed Thu Fri Sat Sun" 4 months = "Jan\nFeb\nMar\nApr\nM 阅读全文
posted @ 2017-06-29 23:09 纟彖氵戋 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 习题 8: 打印,打印 1 formatter = "%r %r %r %r" 2 3 print formatter % (1, 2, 3, 4) 4 print formatter % ("one", "two", "three", "four") 5 print formatter % (Tr 阅读全文
posted @ 2017-06-29 21:47 纟彖氵戋 阅读(585) 评论(0) 推荐(0) 编辑