Skip to content

Commit

Permalink
Merge pull request briandalessandro#11 from chajath/fix-print-stmt-lab1
Browse files Browse the repository at this point in the history
Fix py2 print statement in Lab1 notebook
  • Loading branch information
briandalessandro authored Sep 7, 2018
2 parents 13a1239 + e879e2e commit 8062f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipython/Labs_Student/Lab1_Python_Fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@
"How is the weather?\n",
"\"\"\"\n",
"\n",
"print message"
"print(message)"
]
},
{
Expand Down

0 comments on commit 8062f52

Please sign in to comment.