Skip to content

Commit b6bb6b8

Browse files
authored
Update 2-PythonOverview.ipynb
1 parent c9a416a commit b6bb6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CourseContent/Notebooks/Introduction2Python/2-PythonOverview.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
" return(\"Palaeozoic\")\n",
416416
"\n",
417417
" elif (t <=252) & (t > 65):\n",
418-
" return(\"Palaeozoic\")\n",
418+
" return(\"Mesozoic\")\n",
419419
"\n",
420420
" elif (t <=65) & (t >= 0):\n",
421421
" return(\"Cenozoic\")\n",

0 commit comments

Comments
 (0)