diff --git a/chapters/homework/homework1-solution.ipynb b/chapters/homework/homework1-solution.ipynb index 926162b..cd5c918 100644 --- a/chapters/homework/homework1-solution.ipynb +++ b/chapters/homework/homework1-solution.ipynb @@ -265,6 +265,13 @@ }, "metadata": {}, "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The driest season is JJA (Jun-Jul-Aug).\n" + ] } ], "source": [ @@ -284,7 +291,8 @@ " columns = ['Mean', 'Variance', 'Skewness', 'Kurtosis']\n", " )\n", "\n", - "display(stat)" + "display(stat)\n", + "print('The driest season is JJA (Jun-Jul-Aug).')" ] }, { @@ -583,7 +591,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "5259be84", + "id": "1a883569", "metadata": {}, "outputs": [ { @@ -647,7 +655,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "e90c5f69", + "id": "22bfc24a", "metadata": {}, "outputs": [ {