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
zcmd1j<>g{vU|>i-Gduk$8w0~*5C<8vFfcGUFfcF_S1~X!q%fo~<}gHoXr>&-T&5@{
zMut>|1<WbT3mF%%q_8YxjABh?OJQBWp31tAv6+#PA(bhWHH9sOy_YG9Bb6hCLy{qi
zGnFHSQ<5QyE0rUKOOhdqJC!4aTaqD)CzT_GN0K3mH<crWSCS!$FO?&OPm&>uKZP-v
zL6iR_$W?xtjJMcx@)J{X6HB6aQ%XuRb8}L1OY-w`imP~25=#>GGmA2d^>PzSs+72V
z@{<!wGV}8k^3xPbGEx;_QVMCAIjL3()wLm-j8R<0g{7&fRjKj0skay-ZZTHgV)VVm
z=y!|J`4(SdNl8&=QfW!5Ut(@*@hz_8oW$Z{Fk4gLmT+cnL4Hw5PG(YkQEG91X;E@&
zaTG^!a%MrLUS@s~69WUoEmn|C#kV-J@-y=a5=$~}aexH!5_3~;u@)3%=9S!HOUo|;
z`Go`IxcJ<}k|JgX28JR~s28z<SZpAI9Yk<|2u=nDhLsFO0w6Ys_!Z-96%$&VT2vg9
zl$DhlV_;-rYETR^JKe~@$P~&iDNRYuD=Cgitw=3O&MZzXhKPsc=jSBlSHuTYmSp7T
z#RMl8Wfp){8OEE&8|xKR-r}&y%}*)KNws4HB>@Qr1_lmB9!3EUJ{BHk4jv9h8029D
E0D>W(^Z)<=

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