Note
Click here to download the full example code
Poster GeneratorΒΆ
from Factorization import *
factorisation=Factorization()
factorisation.draw_factor_poster(list(range(1,129)),"prime_factors",10)
Out:
'done'

Total running time of the script: ( 1 minutes 15.344 seconds)