次のコードは、最小公倍数を取得できます。 実例(Python 3.0+) # Filename : test.py # author by : www.ceodata.com # 関数を定義するdef lcm(x, y): # 最大数を取得 ...
確定! 回上一頁