Skip to content

Commit 0f1f148

Browse files
committed
update guessing_game lab
1 parent 11b5d8f commit 0f1f148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labs/guessing_game/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def view_scoreboard(data: List[Any]) -> None:
7070
Args:
7171
data (dict): data of all the players in the database
7272
"""
73+
# FIXME - print data in tabular format
7374

7475

7576
if __name__ == "__main__":

0 commit comments

Comments
 (0)