返回列表 發帖
  1. a=20
  2. b=20
  3. print("Integer",a+b)
  4. c=str(a)+str(b)
  5. print("String",c)
複製代碼

TOP

返回列表