From bd6287071e202e9eebff2e9b355faac9cc877379 Mon Sep 17 00:00:00 2001
From: cprutean <cip.pruteanu@ed.ac.uk>
Date: Wed, 18 Sep 2024 10:21:23 +0100
Subject: [PATCH] Update file terminalIO.ipynb

---
 CourseNotes/terminalIO.ipynb | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/CourseNotes/terminalIO.ipynb b/CourseNotes/terminalIO.ipynb
index 5be1476..49492dd 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."
    ]
   },
   {
-- 
GitLab