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
- Basic Data Types
- Nested Lists
- Discussions
Nested Lists
Nested Lists
Sort by
recency
|
4640 Discussions
|
Please Login in order to post a comment
This is a well-structured problem that effectively tests list manipulation, sorting, and handling multiple conditions in Python. Ekbet48 login
if name == 'main': l = [] for _ in range(int(input())): name = input() score = float(input()) l.append([name, score])
Help me, Please My code passes the sample Testcases but fails to pass the hidden test cases. can anyone help me by explaining where my logic is wrong!?
Once you start coding in Python, it’s hard to go back. Clean syntax, huge community, and endless libraries! ekbet11 registration