运行 ❯
获取你
自己
的 Python 服务器
×
更改定位
更改主题,深色/浅色
转到 Spaces
import numpy values = [13,21,21,40,42,48,55,72] x = numpy.percentile(values, 65) print(x)