我有一个通过文件导入的整数列表
xy = [50, 2, 34, 6, 4, 3, 1, 5, 2]
我知道Python:找到最低整数
但是,我想知道如何打印它的位置而不是只找到最小的数字?
python list
list ×1
python ×1