key=lambda tup: tup[1], reverse=True)
can someone explain what's happening inside the sorted with lambda and all?
https://docs.python.org/3/howto/sorting.html
you know to use lambda?
Обсуждают сегодня