返回列表 發帖
  1. n=int(input("請輸入字串:"))
  2. print("你剛剛輸入的是"+str(n))
  3. print("n+10=",str(n+10))
複製代碼

TOP

返回列表