Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
W-7
Aug 2nd, 2023
(
edited
)
113
0
Never
Add comment
This is comment for paste
Untitled
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB |
0
0
raw
download
clone
embed
print
report
for
n
in
range
(
2
,
10
)
:
for
x
in
range
(
2
,
n
)
:
if
n % x
==
0
:
print
(
n
,
"="
,
x
,
"*"
,
n // x
)
break
else
:
print
(
n
,
"是一个素数"
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $500 IN 15 MIN
JavaScript | 2 sec ago | 0.26 KB
⭐ MAKE $50O IN 15 MIN⭐⭐ O
JavaScript | 4 sec ago | 0.31 KB
⭐ Free ETH Method ⭐⭐ R
JavaScript | 11 sec ago | 0.31 KB
⭐ MAKE $90O INSTANTLY⭐⭐ S
JavaScript | 18 sec ago | 0.31 KB
⭐Crypto Exchange Profit Method⭐⭐ L
JavaScript | 25 sec ago | 0.31 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 29 sec ago | 0.26 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 34 sec ago | 0.26 KB
Exchange Exploit
JavaScript | 39 sec ago | 0.26 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!