We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b5d8f commit 0f1f148Copy full SHA for 0f1f148
labs/guessing_game/main.py
@@ -70,6 +70,7 @@ def view_scoreboard(data: List[Any]) -> None:
70
Args:
71
data (dict): data of all the players in the database
72
"""
73
+ # FIXME - print data in tabular format
74
75
76
if __name__ == "__main__":
0 commit comments