python输出字符串用什么函数

lewis 2019-03-30 26次阅读

python中所有print函数输出字符串,具体方法如下:

>>>print("runoob") # 输出字符串

runoob



发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。