prime factorization

1
2
n = int(input('give a natural number n : '))
d = 2; s = '%d =' % n
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
this is just a basic prime factorization script for python that I learned in class a while ago.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.