码迷,mamicode.com
首页 > 编程语言 > 详细

Python学习08

时间:2018-02-11 18:05:59      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:为我   miss   href   log   print   nbsp   span   round   post   

1.使用print输出时报错:

  Missing parentheses in call to ‘print‘.  ----在调用“print”时缺失了括号。

  输出代码是:

1 print hello world

  因为我用的是Python3.x,Python3.x中print后面是要加括号输出,正确的代码应该是:

1 print (hello world)

 

 

 

Python学习08

标签:为我   miss   href   log   print   nbsp   span   round   post   

原文地址:https://www.cnblogs.com/kylyww/p/7762437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!