diff --git a/index.ipynb b/index.ipynb index 9dc8314..d6bdfbd 100644 --- a/index.ipynb +++ b/index.ipynb @@ -64,7 +64,7 @@ "metadata": {}, "outputs": [], "source": [ - "number = None\n", + "number = 42\n", "number" ] }, @@ -81,7 +81,7 @@ "metadata": {}, "outputs": [], "source": [ - "flatiron_mantra = None\n", + "flatiron_mantra = \"Change Things\"\n", "flatiron_mantra" ] }, @@ -92,6 +92,13 @@ "Add a new markdown cell below this one and type `### This is a new header`" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### This is a new header" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -99,6 +106,23 @@ "Now add a new code cell below this one and write whatever code you want to write." ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "I hope I get full points\n" + ] + } + ], + "source": [ + "print(\"I hope I get full points\")" + ] + }, { "cell_type": "markdown", "metadata": {},