Skip to content

Commit 2e88642

Browse files
committed
move part of HW0 Step 1 into a hint
1 parent 5b1111c commit 2e88642

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

hw_0.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,16 @@
161161
"- Be ready, willing and able to work immediately\n",
162162
"- Be actively seeking work\n",
163163
"\n",
164-
"The program should then print `\"You are eligible\"` or `\"You are not eligible\"`. You will need:\n",
164+
"The program should then print `\"You are eligible\"` or `\"You are not eligible\"`.\n",
165+
"\n",
166+
"<details>\n",
167+
"<summary><strong>Hint</strong></summary>\n",
168+
"You will need:\n",
165169
"\n",
166170
"- `input()`s\n",
167171
"- `int()`\n",
168-
"- Conditional(s)"
172+
"- Conditional(s)\n",
173+
"</details>"
169174
]
170175
},
171176
{

0 commit comments

Comments
 (0)