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\nMay\nJun\nJul\nAug" 
 5 
 6 print "Here are the days: ", days 
 7 print "Here are the months: ", months 
 8 
 9 print """ 
10 There's something going on here. 
11 With the three double-quotes. 
12 We'll be able to type as much as we like. 
13 Even 4 lines if we want, or 5, or 6. 
14 """
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-04-15
  • 2022-12-23
  • 2021-10-06
  • 2021-06-07
  • 2022-12-23
相关资源
相似解决方案