Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
mult
a guest
May 1st, 2018
225
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
mult
(
sliding
,
base
)
:
return
[
sum
(
i
[
0
]
*i
[
1
]
for
i
in
zip
(
sliding
[
j:
]
,
base
)
)
for
j
in
range
(
len
(
sliding
)
-
len
(
base
)
+
1
)
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make 1500$ in 20 MIN [Method] Y
JavaScript | 10 sec ago | 0.07 KB
5OO$ GIFTCARDS? T
JavaScript | 19 sec ago | 0.07 KB
✅ Account Leaks
JavaScript | 24 sec ago | 0.15 KB
Free Giftcards Method
JavaScript | 32 sec ago | 0.15 KB
5OO$ GIFTCARDS? 7
JavaScript | 39 sec ago | 0.07 KB
GMAIL Logs (2FA disabled)
JavaScript | 41 sec ago | 0.15 KB
Day of the week output (LUA GLOBAL)
Lua | 45 sec ago | 1.01 KB
Make $200 in 15 minutes G
JavaScript | 47 sec ago | 0.07 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!