Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Median v20
a guest
Sep 27th, 2021
94
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
swap
(
x
,
y
)
:
return
y
,
x
def
median_v20
(
a
,
b
,
c
)
:
if
(
a
<
b
)
:
a
,
b
=
swap
(
a
,
b
)
if
(
b
<
c
)
:
b
,
c
=
swap
(
b
,
c
)
if
(
a
<
b
)
:
a
,
b
=
swap
(
a
,
b
)
result
=
b
return
result
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
35 min ago | 345.50 KB
✅ API Flaw Money Method
CSS | 49 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 49 min ago | 1.04 KB
This month smells like money
CSS | 50 min ago | 1.04 KB
Untitled
52 min ago | 419.70 KB
Untitled
1 hour ago | 329.35 KB
Untitled
1 hour ago | 368.38 KB
Untitled
1 hour ago | 364.13 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!