Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 20th, 2018
79
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
multiples = []
for num in range(1000):
if num%3 == 0:
multiples.append(num)
elif num%5 == 0:
multiples.append(num)
total = sum(multiples)
print(total)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make 3500$ in 20 MIN [Method] F
JavaScript | 1 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 1 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 13 sec ago | 0.08 KB
MAKE $500 INSTANTLY
JavaScript | 24 sec ago | 0.08 KB
Make $2000 in 15 minutes Y
JavaScript | 25 sec ago | 0.08 KB
FREE BTC GUIDE 9
JavaScript | 29 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 35 sec ago | 0.08 KB
Make $1200 in 15 minutes
JavaScript | 48 sec ago | 0.08 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!