打印字符串 print ("His name is %s"%("Aviad")). 结果:His name is Aviad. 2.打印整数 print ("He is %d years old"%(25)).
確定! 回上一頁