前面說過,Python 3.xx 裡的input() 預設是string,所以要把a 和b 設為integer。 a = int(input()) b = int(input()) 另外加c 和d 沒有設int() 的做 ...
確定! 回上一頁