【python】分數計算器

【python】分數計算器 製做過程 fractions中的Fraction(a, b)能夠以a爲分子,b爲分母轉換爲分數進行計算 這樣的話就能夠簡便的進行製做了python 首先導入庫 這裏只用fractions中的Fraction因此下面一行代碼web from fractions import Fraction 輸入分數 b = int(input('輸入第一個分數的分母')) a = in
相關文章
相關標籤/搜索