慕斯卡123
2021-09-30 19:18
相关截图:
2
可以将定义的字符串用一个变量保存,然后用print()语句打印这个变量就能得到结果正确了:
str = r''' '\"To be,or not be \":that is the question.\nWhether it\'s nobler in the mind to suffer.' '''
print(str)
PS:题目中也要求说用print()函数打印了哟。
Python3 入门教程(新版)
154175 学习 · 1075 问题
相似问题