小编Tas*_*ker的帖子

如何编写代码以获取python中列表中每个列表的最低值?

我需要帮助编写一个代码,以帮助我获得python中列表中每个列表的最小数量.然后,在获得的最低值之外,我必须以某种方式找到最低数字的最高数字.我不允许调用内置的功能minmax,或使用任何其他职能从预先写好的模块.我该怎么做呢?我已经尝试使用以下代码:

for list in ells:
    sort.list(ells)
Run Code Online (Sandbox Code Playgroud)

python python-3.x

5
推荐指数
1
解决办法
94
查看次数

标签 统计

python ×1

python-3.x ×1