为了账号安全,请及时绑定邮箱和手机立即绑定

请问这样为什么运行不了?

我的错误在哪呢


https://img1.sycdn.imooc.com//5c3c78d40001a60807140115.jpg

正在回答

4 回答

注意空格问题


0 回复 有任何疑惑可以回复我~

1.版本+语法问题

print "Hello,world!" #这是 Python2.x 的语法
print("Hello,world!") #这是 Python 3.x的语法

2.这个 r 我掐指一算,应该是多余的,可以去掉

3.三个单引号 ''' ''' 是多行注释,如果想要输出的内容中使用 单引号,双引号,在其前面加反斜杠。

print('\"To be,or not to be\":that is the question.\nWhether it\'s nobier in the mind to suffer.')

换行输出用 \n,不是你写代码的时候换个行_(:з」∠)_

0 回复 有任何疑惑可以回复我~
#1

白色葬礼

不好意思,答非所问
2019-01-14 回复 有任何疑惑可以回复我~

有时候是这样的,不管对错都是不能通过,你刷新或者重进再提交就好了

0 回复 有任何疑惑可以回复我~

print r''' "To be, or not to be ": that is the question.'''

print r''' " Whether it's nobler in the mind to suffer.'''

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
初识Python
  • 参与学习       758623    人
  • 解答问题       8667    个

学python入门视频教程,让你快速入门并能编写简单的Python程序

进入课程

请问这样为什么运行不了?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信