We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01f100 commit f71b575Copy full SHA for f71b575
maths/numerical_analysis/proper_fractions.py
@@ -1,5 +1,5 @@
1
-from math import gcd
2
import doctest
+from math import gcd
3
4
5
def proper_fractions(denominator: int) -> list[str]:
0 commit comments