python练习9狂练打印
1。在打印一份字符串时,如果想要另起一行时。应该在字符串前面加
Herssomenewstrangestuff,remembertypeitexactly。
daysMonTuewebThuFriSatSunmonthsJanFebMarAprMayJunJulAug
print(Herearethedays:,days)print(Herearethemonths:,months)print(Theressomethinggoingonhere。Withthethreedoublequotes。Wellbeabletotypeasmuchaswelike。Even4linesifwewant,or5,or6。)print(1)
结果:
PSH:pythonpractice2。0C:applicationAnacondapython。exeh:pythonpractice2。0ex9。py
Herearethedays:MonTuewebThuFriSatSun
Herearethemonths:Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Theressomethinggoingonhere。
Withthethreedoublequotes。
Wellbeabletotypeasmuchaswelike。
Even4linesifwewant,or5,or6。