Skip to content

Commit edfd216

Browse files
author
krasoa
committed
removed my solution
1 parent f8fdeb1 commit edfd216

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

02-2020-11-13/notebooks/02-01_Python_101.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,7 @@
681681
"outputs": [],
682682
"source": [
683683
"## your code here\n",
684-
"heights = [160,170,180,156,190, 169]\n",
685-
"print(heights[0])\n",
686-
"\n",
687-
"import statistics\n",
688-
"statistics.mean(heights)"
684+
"\n"
689685
]
690686
},
691687
{

0 commit comments

Comments
 (0)