Confusion on arr[-1] and what reverse does

前端 未结 0 426
抹茶落季
抹茶落季 2021-01-06 10:50

Task: Given n numbers, I store them in a list and find the second highest.

I found a solution by acisikta19 on Github:

    n = int(input())
    arr = l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题