Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 16th, 2022
35
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
primes
import
isPrime
def
factors
(
n
)
:
for
i
in
range
(
1
,
n+
1
)
:
if
n % i
==
0
:
if
isPrime
(
i
)
:
print
(
i
)
# yield(i)
Tags:
algorithm
pyhton
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Instant Profit Method
JavaScript | 3 sec ago | 0.15 KB
✅ MAKE $900 INSTANTLY
JavaScript | 21 sec ago | 0.15 KB
Free Giftcards Method
JavaScript | 27 sec ago | 0.15 KB
✅ Crypto Accounts
JavaScript | 33 sec ago | 0.15 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 39 sec ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 44 sec ago | 0.15 KB
Swapzone Glitch (Working)
JavaScript | 50 sec ago | 0.15 KB
Instant Profit Method
JavaScript | 55 sec ago | 0.15 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!