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

TOP

返回列表