课程
/后端开发
/Python
/初识Python
print r'''"To be, or not to be": that is the question.
Whether it's nobler in the mind to suffer.'''
2017-06-13
源自:初识Python 3-6
正在回答
需要换行的地方敲回车就行
在要换行的地方敲回车就行了。如果在最后一行的话敲回车会直接执行语句,可以先删除最后3个'''在对语句修改
print r'''"To be, or not to be": that is the question.\n
换行符\n
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序