返回列表 發帖
  1. c=d="20"
  2. e=c+d
  3. f=int(c)+int(d)
  4. print("自串組合="+(e))
  5. print("數字組合="+str(f))
複製代碼

TOP

返回列表