From 68aacdd9ac19595e9b4a2ce340aabfd67890acd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Sand=20Jensen?= <bjje@dtu.dk>
Date: Thu, 30 Jan 2025 20:03:34 +0100
Subject: [PATCH] Updated structure of lecture plan and file names (needs to be
 double checked)

---
 .../Scripts/__pycache__/ex1_5_3.cpython-310.pyc   | Bin 0 -> 585 bytes
 exercises/02450Toolbox_Python/Scripts/ex0_4_2.py  |   7 ++++---
 exercises/02450Toolbox_Python/Scripts/ex1_5_3.py  |   2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 exercises/02450Toolbox_Python/Scripts/__pycache__/ex1_5_3.cpython-310.pyc

diff --git a/exercises/02450Toolbox_Python/Scripts/__pycache__/ex1_5_3.cpython-310.pyc b/exercises/02450Toolbox_Python/Scripts/__pycache__/ex1_5_3.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e70eecd357531790adec7d0e987a6a93efecb97a
GIT binary patch
literal 585
zcmYk3J&)5c7{~3jY294XtHc6Z#MY&hLYEUlNVh_TbcckZNRb;qy}C-`U^~*ah>4j`
zz|xL<7e0Yk#K2cz;_<;r*z*7Pyx4yHqLL&c*vju;Z+;F4`Qe@aTOXZQILrY>5J4-F
zc?K1&gDju~$gwASCwlCQ{)uKG3`BSwLU^K|DP{u*#Xt<d1Q`P+*dvmSkRxP-jF4x@
zGh~d6kqI(Ej*(;Jxu92Mdj1RRlhu^EVWqgJxy=$`J6Ttvwn|mzkO*%16RD+{VfOGi
zdaX)srD{^ON$nQW`&7D-6<nkrKV4607MTwnzyXRH9DVQT-qAOXt{lB|V{WaM>(0W8
z*I-;!R@|67dpdCsWZf!lE4eN-7}e<#OvX$p+x<)`9pGtQ=qnk=c1kuaw_C@2puyc-
z*lO8WH`plc@521y3bb?&7i$0NI`o2nLiErJ^D;vDM)btnUVi777x_B_+T`oq4)Xcp
z`EqXj-ZzW+V)@Uvoq)!g9Bx6E(t!CJzs7f4tJ~u3-fmTsUzJ+6ce9=r%i`Ir-8=T8
bR-&umCB<6iAqt~0ov?8~?y;EB`ySIjf+3&u

literal 0
HcmV?d00001

diff --git a/exercises/02450Toolbox_Python/Scripts/ex0_4_2.py b/exercises/02450Toolbox_Python/Scripts/ex0_4_2.py
index 38b97db..f3df98f 100644
--- a/exercises/02450Toolbox_Python/Scripts/ex0_4_2.py
+++ b/exercises/02450Toolbox_Python/Scripts/ex0_4_2.py
@@ -2,11 +2,12 @@
 #
 
 ## Option I
-# Standard python code will look like the 4 lines below
+# Standard python code will look like the 4 code lines below
 # and this is the way all scripts are 
 # displayed/implemented in this course
 #
-# To run it you need to press the run symbol or F5 or Ctrl+F5
+# To run the whole file you need to press 
+# the run symbol, F5 or Ctrl+F5 (debug)
 #
 a = 1
 print(a)
@@ -41,4 +42,4 @@ print(b)
 # If you want this behavior you simply add the #%% or #%%[markdown] to the provided
 # scripts in for you useful places.
 #
-# %%
+
diff --git a/exercises/02450Toolbox_Python/Scripts/ex1_5_3.py b/exercises/02450Toolbox_Python/Scripts/ex1_5_3.py
index cf1fbac..8cc55f2 100644
--- a/exercises/02450Toolbox_Python/Scripts/ex1_5_3.py
+++ b/exercises/02450Toolbox_Python/Scripts/ex1_5_3.py
@@ -38,5 +38,5 @@ classNames = iris_mat["classNames"]
 # Loading the Iris data from the .mat-file was quite easy, because all the work
 # of putting it into the correct format was already done. This is of course
 # likely not the case for your own data, where you'll need to do something
-# similar to the two previous exercises. We will, however, sometimes in the
+# similar yourself. We will, however, sometimes in the
 # course use .mat-files in the exercises.
-- 
GitLab