返回列表 發帖
  1. a=z="50"
  2. c=int(a)+int(z)
  3. print(f"字串相加:{a+z}")
  4. print(f"數字相加:{c}")
複製代碼

TOP

返回列表