diff --git a/First Python Quiz.ipynb b/First Python Quiz.ipynb index 63d25f3..0f3794e 100644 --- a/First Python Quiz.ipynb +++ b/First Python Quiz.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Name:\n", + "Name:\n", "\n", "### Quiz: Python Data Types, Loops, Conditionals, and Functions" ] @@ -12,7 +12,7 @@ { "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." ] },