Skip to content

Commit 3a9eca1

Browse files
committed
fix typo and add hint for task 1
1 parent bc3da94 commit 3a9eca1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

week5/w5_wahoot.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
"> Task 1: Implement a `save(self, file_name)` method for the `GameHistory` class, which should take all of the relevant game information and store it in one (or multiple) files. We'd recommend a CSV format, but you could choose JSON (if you know how it works) or even a custom format of your own! The important part is that you'll be able to extract the data later."
6060
]
6161
},
62+
{
63+
"cell_type": "markdown",
64+
"metadata": {},
65+
"source": [
66+
"*Note: if you implement `__repr__` for the `Game` and `Player` classes, it could make your life a lot easier...*"
67+
]
68+
},
6269
{
6370
"cell_type": "markdown",
6471
"metadata": {},
@@ -84,7 +91,7 @@
8491
"cell_type": "markdown",
8592
"metadata": {},
8693
"source": [
87-
"> Task 4: Find an appropriate place to call the `history.save(file_name)` method. It might be closer than you think."
94+
"> Task 4: Find an appropriate place to call the `history.load(file_name)` method. It might be closer than you think."
8895
]
8996
},
9097
{

0 commit comments

Comments
 (0)