Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 8th, 2014
543
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
✅ Exploit 500$ in 15 Minutes
JavaScript | 2 sec ago | 0.15 KB
ChangeNOW Exploit
JavaScript | 6 sec ago | 0.15 KB
Swapzone Glitch (Working)E 8
JavaScript | 12 sec ago | 0.28 KB
GMAIL Logs (2FA disabled)
JavaScript | 19 sec ago | 0.15 KB
✅ MAKE $9OO INSTANTLY D Z
JavaScript | 28 sec ago | 0.28 KB
Profit Method
JavaScript | 34 sec ago | 0.15 KB
ca
HTML | 37 sec ago | 8.49 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 40 sec ago | 0.15 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!