Run ❯
Get your
own Python
server
Result Size:
625 x 565
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import numpy values = [13,21,21,40,42,48,55,72] x = numpy.percentile(values, 65) print(x)
x
import
numpy
values
=
[
13
,
21
,
21
,
40
,
42
,
48
,
55
,
72
]
x
=
numpy
.
percentile
(
values
,
65
)
print
(
x
)