Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 8th, 2014
544
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
get_two_max
(
arr
)
:
output
=
[
float
(
'-inf'
)
,
float
(
'-inf'
)
]
for
i
in
arr:
if
i
>
output
[
0
]
:
output
[
0
]
=
i
elif
i
>
output
[
1
]
:
output
[
1
]
=
i
print
(
output
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Swapzone Glitch ✅ Working⭐ 3
JavaScript | 5 sec ago | 0.27 KB
ChangeNOW Exploit
JavaScript | 6 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐ E
JavaScript | 13 sec ago | 0.27 KB
⭐ ✅ Free SOLANA Method ✅ ⭐
JavaScript | 14 sec ago | 0.25 KB
⭐⭐Exchange Exploit⭐ C
JavaScript | 21 sec ago | 0.27 KB
⭐ChangeNOW Exploit⭐⭐ 6
JavaScript | 30 sec ago | 0.27 KB
⭐ Instant BTC Profit Method ⭐
JavaScript | 31 sec ago | 0.25 KB
⭐✅ MAKE $2500 IN 15 MIN L
JavaScript | 38 sec ago | 0.27 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!