Commit 313964cb by BellCodeEditor

save project

parent 5102795f
Showing with 3 additions and 4 deletions
list2 = [33,21,30,11,42,23,23]
print list2.index(min(c)) # 返回最小值
print list2.index(max(c))
\ No newline at end of file
# 返回最小值
print (list2.index(max(c)) )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment