Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Prime factorization
CyberN00b
Nov 7th, 2020
261
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
number
=
int
(
input
(
)
)
div
=
[
]
while
number %
2
==
0
:
div.
append
(
2
)
number //
=
2
for
i
in
range
(
3
,
number
,
2
)
:
while
number % i
==
0
:
div.
append
(
i
)
number //
=
i
print
(
div
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE 500$ GIFTCARDS???? VF
Java | 1 min ago | 0.04 KB
FREE 500$ GIFTCARDS???? VF
Java | 4 min ago | 0.05 KB
300$ GIFTCARDS? P8
Java | 7 min ago | 0.05 KB
1500$ in 1 day [Method]? MA
Java | 9 min ago | 0.05 KB
Make $3500 INSTANTLY [Works Worldwide]???? HL
Java | 11 min ago | 0.04 KB
????Make $3500 INSTANTLY [Works Worldwide]???...
Java | 13 min ago | 0.05 KB
Hadez Method Leaked???? TC
Java | 17 min ago | 0.04 KB
300$ GIFTCARDS? P8
Java | 19 min ago | 0.04 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!