Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 16th, 2022
34
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
isPrime
(
n
)
:
c
=
[
]
for
i
in
range
(
1
,
n+
1
)
:
if
i % i
==
0
and
n % i
==
0
:
c.
append
(
i
)
if
len
(
c
)
>
2
or
len
(
c
)
==
1
:
return
(
0
)
return
(
1
)
Tags:
python
algorithm
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $500 IN 15 MIN
JavaScript | 3 sec ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 9 sec ago | 0.15 KB
Swapzone Glitch (Working)
JavaScript | 14 sec ago | 0.15 KB
Instant Profit Method
JavaScript | 20 sec ago | 0.15 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 36 sec ago | 0.15 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 42 sec ago | 0.15 KB
✅ Make $1500 in 20 minutes
JavaScript | 48 sec ago | 0.15 KB
Profit Method
JavaScript | 53 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!