return a a = int(input("請輸入一個整數A?")) b = int(input("請輸入一個整數B?")) print("A 與B 的最大公因數為",gcd(a,b)). Page 21. 程式語言與設計Python. 第19頁. 8- ...
確定! 回上一頁