Skip to content

Commit 21ed6a3

Browse files
committed
added clarification to instr
1 parent 59e632f commit 21ed6a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quiz_class_operations.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"These questions are meant to be given to students during whiteboarding for the practice technical interview. For each question, the student should examine the code snippet and predict what the printed output will be."
24+
"These questions are meant to be given to students during whiteboarding for the practice technical interview. For each question, the student should examine the code snippet and predict what the printed output will be, or whether an exception will be raised."
2525
]
2626
},
2727
{
@@ -191,9 +191,9 @@
191191
],
192192
"metadata": {
193193
"kernelspec": {
194-
"display_name": "py35-test",
194+
"display_name": "Python 3",
195195
"language": "python",
196-
"name": "py35-test"
196+
"name": "python3"
197197
},
198198
"language_info": {
199199
"codemirror_mode": {
@@ -205,7 +205,7 @@
205205
"name": "python",
206206
"nbconvert_exporter": "python",
207207
"pygments_lexer": "ipython3",
208-
"version": "3.5.5"
208+
"version": "3.7.4"
209209
}
210210
},
211211
"nbformat": 4,

0 commit comments

Comments
 (0)