Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
iterar-multiples-secuencias.py
Fhernd
Jun 24th, 2018
1,492
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
x_puntos
=
[
2
,
3
,
5
,
7
,
11
]
y_puntos
=
[
4
,
6
,
8
,
9
,
10
]
for
x
,
y
in
zip
(
x_puntos
,
y_puntos
)
:
print
(
'Punto: ({}, {})'
.
format
(
x
,
y
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Swapzone Glitch (Working)E R
JavaScript | 1 sec ago | 0.28 KB
200 INSTANTLY [Works Worldwide]? SD
Java | 9 sec ago | 0.04 KB
ChangeNOW Bug (Get more on BTC swaps x) 4
JavaScript | 16 sec ago | 0.28 KB
ChangeNOW Bug (Get more on BTC swaps x) S
JavaScript | 21 sec ago | 0.28 KB
Exchange Exploit T B
JavaScript | 26 sec ago | 0.28 KB
Exchange Exploit T Q
JavaScript | 32 sec ago | 0.28 KB
✅ Make $15OO in 2O minutesV Z
JavaScript | 37 sec ago | 0.28 KB
Swapzone Glitch (Working)E R
JavaScript | 47 sec 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!