Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
iterar-multiples-colecciones.py
Fhernd
Jun 25th, 2018
1,537
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
itertools
import
chain
ids
=
[
2
,
3
,
5
,
7
,
11
]
nombres
=
[
'Mishkin'
,
'Fomma'
,
'Nesvanova'
,
'Rodión'
,
'Fiodor'
]
for
x
in
chain
(
ids
,
nombres
)
:
print
(
x
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Post request
HTML | 1 min ago | 56.54 KB
Hadez Method Leaked???? TC
Java | 2 min ago | 0.04 KB
Make 3500$ in 1 day [Method]???? XH
Java | 4 min ago | 0.04 KB
Swapzone Glitch (Working)E R
JavaScript | 5 min ago | 0.28 KB
200 INSTANTLY [Works Worldwide]? SD
Java | 5 min ago | 0.04 KB
ChangeNOW Bug (Get more on BTC swaps x) 4
JavaScript | 5 min ago | 0.28 KB
ChangeNOW Bug (Get more on BTC swaps x) S
JavaScript | 5 min ago | 0.28 KB
Exchange Exploit T B
JavaScript | 5 min ago | 0.28 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!