We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Built-Ins
- Athlete Sort
- Discussions
Athlete Sort
Athlete Sort
Sort by
recency
|
535 Discussions
|
Please Login in order to post a comment
if name == 'main': n,m = map(int,input().split()) arr = []
`
if name == 'main':
`
I am learning lambda expression... This is very powerful. I start to understand the logic that we can sort a list depending of one of his attribute, but we have to give the index of this attribute into the lambda expression. Here my code :