From 3907397aeab53944464799dff812e9cf828d68c8 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Thu, 19 Dec 2019 14:02:25 +0000 Subject: [PATCH] Fixes issue 81, adds am and pm lists. (#86) --- tutorials/Python/05_Lists/Lists.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/Python/05_Lists/Lists.ipynb b/tutorials/Python/05_Lists/Lists.ipynb index 8b744d4..6c5b458 100755 --- a/tutorials/Python/05_Lists/Lists.ipynb +++ b/tutorials/Python/05_Lists/Lists.ipynb @@ -659,7 +659,9 @@ "metadata": {}, "outputs": [], "source": [ - "# Exercise 5.9.1" + "# Exercise 5.9.1\n", + "am = [4.3, 7.1, 9.5, 8.5]\n", + "pm = [1.2, 3.2, 4.2, 3.9]" ] }, {