mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts] import fractions in pycalc
This commit is contained in:
parent
509f39abaa
commit
87c8dc8113
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
from math import *
|
||||
from fractions import Fraction
|
||||
|
||||
|
||||
def factors(n):
|
||||
|
|
Loading…
Reference in a new issue