Skip to content

Commit 3907397

Browse files
authored
Fixes issue 81, adds am and pm lists. (#86)
1 parent 2cdb7f2 commit 3907397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/Python/05_Lists/Lists.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,9 @@
659659
"metadata": {},
660660
"outputs": [],
661661
"source": [
662-
"# Exercise 5.9.1"
662+
"# Exercise 5.9.1\n",
663+
"am = [4.3, 7.1, 9.5, 8.5]\n",
664+
"pm = [1.2, 3.2, 4.2, 3.9]"
663665
]
664666
},
665667
{

0 commit comments

Comments
 (0)