Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions First Python Quiz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Name:\n",
"Name:\n",
"\n",
"### Quiz: Python Data Types, Loops, Conditionals, and Functions"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"source": [
"_Instructions_: Write the output for each given code snippet. Make sure your answer reflects the data type of the output - _i.e._ lists should be in brackets, strings in quotes, etc. If the snippet would produce an error, write `error` with a brief explanation why this is the case. Assume function `return` values are printed out by default."
]
},
Expand Down