Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
iterar-colecciones-ordenadas.py
Fhernd
Jun 27th, 2018
1,848
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
import
heapq
pares
=
[
2
,
4
,
6
,
10
,
18
]
impares
=
[
1
,
3
,
7
,
9
,
13
,
17
]
for
elmt
in
heapq
.
merge
(
pares
,
impares
)
:
print
(
elmt
,
end
=
' '
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $15OO in 2O minutesV E
JavaScript | 2 sec ago | 0.28 KB
✅ MAKE $9OO INSTANTLY D N
JavaScript | 7 sec ago | 0.28 KB
Free Giftcards Method
JavaScript | 8 sec ago | 0.15 KB
Swapzone Glitch (Working)E F
JavaScript | 13 sec ago | 0.28 KB
✅ Crypto Accounts
JavaScript | 14 sec ago | 0.15 KB
ChangeNOW Bug (Get more on BTC swaps x) 5
JavaScript | 17 sec ago | 0.28 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 20 sec ago | 0.15 KB
✅ MAKE $9OO INSTANTLY D 9
JavaScript | 24 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!