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

为什么这样会报错?

#请将下面两行内容用Python的字符串表示并打印出来:


 # Python was started in 1989 by "Guido".


  #Python is free and easy to learn.

s = 'Python was started in 1989 by \"guido\".'

print s

t='Python is free and easy to learn.'

print t


正在回答

3 回答

因为题目语句里面是双引号,而右边写代码的窗口给你写好的是单引号,也就是不需要转义符,你直接照抄就行了。

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

羽莎7 提问者

非常感谢!
2016-03-02 回复 有任何疑惑可以回复我~

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

print s


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

应该是要两句一起print出来吧,现在是分开两次print了

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

举报

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

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

进入课程

为什么这样会报错?

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