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

TOP

返回列表