Answer the question
In order to leave comments, you need to log in
How to make a python ranking table?
Hello, how can I implement a rating table?
Let's say I have a dictionary that stores user data:
I need to display the keys and their values from this table and do something like this table:
1) 2 - 23
2) 5 - 19
3) 4 - 17
top_list = {1: 14, 2: 23, 3: 5, 4: 17, 5: 19}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question