mirror of
https://github.com/Andreabont/PyExperiments.git
synced 2024-11-08 11:51:44 +00:00
5 lines
75 B
Python
5 lines
75 B
Python
|
import foundFactors
|
||
|
from foundFactors import *
|
||
|
|
||
|
print(foundFactors(100,2))
|