Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
powers python
ttaaa
Dec 7th, 2021
618
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
powers
(
n
)
:
res
=
set
(
a**b
for
a
in
range
(
1
,
n +
1
)
for
b
in
range
(
1
,
n +
1
)
)
return
len
(
res
)
n
=
100
print
(
powers
(
n
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Bash | 1 min ago | 1.41 KB
💎 🔥 ChangeNOW Profit Exploit 🚨 📌🚨
JavaScript | 4 min ago | 0.22 KB
💵 💵 Make 3000$ in 20 minutes 💵 💵🚨
JavaScript | 11 min ago | 0.22 KB
Untitled
Python | 12 min ago | 4.45 KB
🚨 🚨 Free Crypto Method 💎 🔥 🚨
JavaScript | 18 min ago | 0.22 KB
💡 🚨 Free Crypto Method 🚨 📌🔥
JavaScript | 23 min ago | 0.20 KB
💎 🔥 MAKE $2500 IN 15 MIN ✅ Working 💎 🔥 🚨
JavaScript | 25 min ago | 0.22 KB
💎 🔥 Instant BTC Profit Method ✅ Working 🚨 ✅ 🔥
JavaScript | 32 min ago | 0.22 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!