Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
find20primes.py
rdrewd-facebook
Sep 27th, 2014
2,331
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
primes
=
[
2
]
cand
=
3
while
len
(
primes
)
<
20
:
for
factor
in
primes:
if
cand % factor
==
0
:
# Not a prime
break
else
:
primes.
append
(
cand
)
cand +
=
2
print
primes
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π Instant Profit Method π π¨π¨
JavaScript | 12 sec ago | 0.24 KB
βββMake $15OO in 2O minutesV Gββ
Java | 24 sec ago | 0.15 KB
π₯ EASY PROFIT GUIDE β Working π₯ π₯π¨
JavaScript | 1 min ago | 0.20 KB
β Exploit 500$ in 10 minutes π₯ π¨β
JavaScript | 1 min ago | 0.24 KB
βββMAKE $900 INSTANTLYββ
Java | 1 min ago | 0.15 KB
π΅ Crypto Swap Glitch β Easy money π₯ π₯π¨
JavaScript | 2 min ago | 0.24 KB
π INSTANT MONEY EXPLOIT π π¨π¨
JavaScript | 3 min ago | 0.20 KB
π₯ EASY PROFIT GUIDE β Working π₯ π₯π¨
JavaScript | 3 min ago | 0.24 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!