Skip to content

Commit

Permalink
Fixes issue 81, adds am and pm lists. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Dec 19, 2019
1 parent 2cdb7f2 commit 3907397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/Python/05_Lists/Lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
]
},
{
Expand Down

0 comments on commit 3907397

Please sign in to comment.