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

为啥我这句就是过不了呢?

Python was stared in 1989 by "Guido".\nPython is free and easy to learn.

正在回答

8 回答

把print语句两边的括号去掉试试

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

你需要打印的是一段字符串,首尾应该需要加''或者""(注:使用""时,因文中有两个双引号,应把文中两个双引号前加\转义,打印时表示其本身,不代表字符串的起始)

另:字符串中stared与要求打印单词不符,应改为started

如下,两种例句选一种即可

'Python was started in 1989 by "Guido".\nPython is free and easy to learn.'
"Python was started in 1989 by \"Guido\".\nPython is free and easy to learn."


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

不用换行提示错误时,他是一行的

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

s = 'Python was started in 1989 by "Guido".\nPython is free and easy to learn.'

print (s)


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

我没有加'\n',然后,通过了。。。

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

提交之后它提示的那句话和任务中的那句话有出入,Python和Guido在任务里首字母是的大写,但在报错提示里是小写

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

加一个括号试试

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

print("Python was started in 1989 by \"Guido\".\nPython is free and easy to learn.")

这样呢?

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

举报

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

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

进入课程

为啥我这句就是过不了呢?

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