Python 是物件導向的直譯式語言(Interpreter language), 與Java/C++ 等編譯語言比起來 ... n2 = int(input("請輸入第二個數字:")) print("最大公因數= ", GCD(n1, n2)) ...
確定! 回上一頁