python中的print()输出 1.普通的输出:print(str)#str是任意一个字符串,数字···2.格式化输出:print('1,2,%s,%d'%('asd',4) python中print输出