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

python 3.6中的print函数使用时注意事项

时间:2018-08-19 13:55:59      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:pytho   hello   code   div   python   span   style   color   nbsp   

1 #“hello %s”与%name之间不能加逗号
2 def  hi(name):
3     print("hello %s" %name)
4 
5 #“hello”与name之间加逗号
6 def  hi(name):
7     print("hello " ,name)

 

python 3.6中的print函数使用时注意事项

标签:pytho   hello   code   div   python   span   style   color   nbsp   

原文地址:https://www.cnblogs.com/zmuyez/p/9500916.html

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