diff --git a/CourseNotes/terminalIO.ipynb b/CourseNotes/terminalIO.ipynb index 5be1476713b7615c87a55fd7547d6e920ffb565f..49492dd7c0cbd60b4c5f022faa6ffe55bab30ba1 100644 --- a/CourseNotes/terminalIO.ipynb +++ b/CourseNotes/terminalIO.ipynb @@ -76,13 +76,13 @@ "of this are beyond the scope of this course.\n", "\n", ">> **Example Code :**\n", - "- Reading and printing floats: [ReadingandPrintingFloats](../CodeExamples/ReadingandPrintingFloats.ipynb)\n", - "- Reading and formatting floats: [ReadingandFormatFloats](../CodeExamples/ReadingandFormatFloats.ipynb)\n", - "- Reading int and float : (more complicated example) [ReadingIntandFloat](../CodeExamples/ReadingIntandFloat.ipynb)\n", - "Download and run these programs; also try giving the wrong input types\n", - "and see what happens. It will *crash* with a *Traceback* which is\n", - "**not** friendly; try this out and learn to make sense of this, you will\n", - "see this a lot in your programming career, so it helps to make sense now of some of the messages you will see." + ">>- Reading and printing floats: [ReadingandPrintingFloats](../CodeExamples/ReadingandPrintingFloats.ipynb)\n", + ">>- Reading and formatting floats: [ReadingandFormatFloats](../CodeExamples/ReadingandFormatFloats.ipynb)\n", + ">>- Reading int and float : (more complicated example) [ReadingIntandFloat](../CodeExamples/ReadingIntandFloat.ipynb)\n", + ">>Download and run these programs; also try giving the wrong input types\n", + ">>and see what happens. It will *crash* with a *Traceback* which is\n", + ">>**not** friendly; try this out and learn to make sense of this, you will\n", + ">>see this a lot in your programming career, so it helps to make sense now of some of the messages you will see." ] }, {