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
|
538 Discussions
|
Please Login in order to post a comment
I tried without lambda
if name == 'main': n,m = map(int,input().split()) arr = []
`