Skip to content

Commit

Permalink
update guessing_game lab
Browse files Browse the repository at this point in the history
  • Loading branch information
rambasnet committed Nov 16, 2023
1 parent 11b5d8f commit 0f1f148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/guessing_game/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def view_scoreboard(data: List[Any]) -> None:
Args:
data (dict): data of all the players in the database
"""
# FIXME - print data in tabular format


if __name__ == "__main__":
Expand Down

0 comments on commit 0f1f148

Please sign in to comment.