返回列表 發帖
  1. a=b=20
  2. c=a+b
  3. d=str(a)+str(b)
  4. print("數字相加"+str(c))
  5. print("字串相加"+str(d))
複製代碼

TOP

返回列表