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

TOP

返回列表