返回列表 發帖
  1. x=33
  2. y=33
  3. z=str(x)+str(y)
  4. print(f"數字相加{(x)+(y)}")
  5. print(f"字串相加{z}"
複製代碼

TOP

返回列表