[scripts] import fractions in pycalc

This commit is contained in:
Dmytro Meleshko 2019-11-26 20:28:26 +02:00
parent 509f39abaa
commit 87c8dc8113
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from math import *
from fractions import Fraction
def factors(n):