标签: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)
标签:pytho hello code div python span style color nbsp
原文地址:https://www.cnblogs.com/zmuyez/p/9500916.html