輸入兩個正整數,求兩數的最小公倍數,並打印出來。 https://ithelp.ithome.com.tw/upload/images/ a=int(input('輸入數字:')) b=int(input('輸入數字:')) max=1 for i ...
確定! 回上一頁