From dbc961913ab96708e81701f1920dc49d100099cf Mon Sep 17 00:00:00 2001 From: sophiebrgu Date: Wed, 20 Sep 2023 18:28:33 +0200 Subject: [PATCH 1/5] 2 modifications --- week_0/ex_0_beginner/ex_0_beginner_runfile.py | 4 ++-- week_0/ex_0_beginner/ex_0_beginner_submit.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/week_0/ex_0_beginner/ex_0_beginner_runfile.py b/week_0/ex_0_beginner/ex_0_beginner_runfile.py index b3db532..96d4d6d 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_runfile.py +++ b/week_0/ex_0_beginner/ex_0_beginner_runfile.py @@ -1,5 +1,5 @@ import this -print("\n"+"TYPE YOUR RESPONSE TO PROMPT 1 HERE") +print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") -print("\n"+"TYPE YOUR RESPONSE TO PROMPT 2 HERE") \ No newline at end of file +print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family") \ No newline at end of file diff --git a/week_0/ex_0_beginner/ex_0_beginner_submit.txt b/week_0/ex_0_beginner/ex_0_beginner_submit.txt index b4d44a7..5ec868c 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_submit.txt +++ b/week_0/ex_0_beginner/ex_0_beginner_submit.txt @@ -1 +1,6 @@ Copy and paste output of ex_0_beginner_runfile.py below: +import this + +print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") + +print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family") \ No newline at end of file From e6655a993390ccc54a3486a63503d2d69f9b73a3 Mon Sep 17 00:00:00 2001 From: sophiebrgu Date: Wed, 20 Sep 2023 18:57:03 +0200 Subject: [PATCH 2/5] 2 modifications --- week_0/ex_0_beginner/ex_0_beginner_runfile.py | 2 +- week_0/ex_0_beginner/ex_0_beginner_submit.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/week_0/ex_0_beginner/ex_0_beginner_runfile.py b/week_0/ex_0_beginner/ex_0_beginner_runfile.py index 96d4d6d..60abc43 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_runfile.py +++ b/week_0/ex_0_beginner/ex_0_beginner_runfile.py @@ -2,4 +2,4 @@ print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") -print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family") \ No newline at end of file +print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays") \ No newline at end of file diff --git a/week_0/ex_0_beginner/ex_0_beginner_submit.txt b/week_0/ex_0_beginner/ex_0_beginner_submit.txt index 5ec868c..acee874 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_submit.txt +++ b/week_0/ex_0_beginner/ex_0_beginner_submit.txt @@ -1,6 +1,5 @@ Copy and paste output of ex_0_beginner_runfile.py below: -import this print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") -print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family") \ No newline at end of file +print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays") \ No newline at end of file From 3b1daac9cf9eddb913e405a6c4c6a0ee097dbb27 Mon Sep 17 00:00:00 2001 From: sophiebrgu Date: Thu, 21 Sep 2023 18:42:16 +0200 Subject: [PATCH 3/5] Pushed 3 commits to origin/master --- week_0/ex_0_beginner/ex_0_beginner_runfile.py | 4 +-- week_0/ex_0_beginner/ex_0_beginner_submit.txt | 26 ++++++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/week_0/ex_0_beginner/ex_0_beginner_runfile.py b/week_0/ex_0_beginner/ex_0_beginner_runfile.py index 60abc43..977cb7e 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_runfile.py +++ b/week_0/ex_0_beginner/ex_0_beginner_runfile.py @@ -1,5 +1,5 @@ import this -print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") +print("\n"+"hello, I a m Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") -print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays") \ No newline at end of file +print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays") diff --git a/week_0/ex_0_beginner/ex_0_beginner_submit.txt b/week_0/ex_0_beginner/ex_0_beginner_submit.txt index acee874..7f4143b 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_submit.txt +++ b/week_0/ex_0_beginner/ex_0_beginner_submit.txt @@ -1,5 +1,25 @@ -Copy and paste output of ex_0_beginner_runfile.py below: +Beautiful is better than ugly. +Explicit is better than implicit. +Simple is better than complex. +Complex is better than complicated. +Flat is better than nested. +Sparse is better than dense. +Readability counts. +Special cases aren't special enough to break the rules. +Although practicality beats purity. +Errors should never pass silently. +Unless explicitly silenced. +In the face of ambiguity, refuse the temptation to guess. +There should be one-- and preferably only one --obvious way to do it. +Although that way may not be obvious at first unless you're Dutch. +Now is better than never. +Although never is often better than *right* now. +If the implementation is hard to explain, it's a bad idea. +If the implementation is easy to explain, it may be a good idea. +Namespaces are one honking great idea -- let's do more of those! -print("\n"+"hello, I am Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person") +hello, I a m Sophie, a student in the CARe program. I would like to learn a programming language to acquire as many science skills as possible and also because I am a very curious person -print("\n"+"I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays") \ No newline at end of file +I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays + +Process finished with exit code 0 \ No newline at end of file From 569ef61bc268ed099bc19ce022cbe4adb17c4f8f Mon Sep 17 00:00:00 2001 From: sophiebrgu Date: Thu, 21 Sep 2023 18:43:04 +0200 Subject: [PATCH 4/5] =?UTF-8?q?Pushed=203=20commits=20to=20origin/master?= =?UTF-8?q?=20(copie=20du=20po=C3=A8me)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 +++ .idea/CARe_Python_Class_2023.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 35 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/CARe_Python_Class_2023.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/CARe_Python_Class_2023.iml b/.idea/CARe_Python_Class_2023.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/CARe_Python_Class_2023.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d56657a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7ce4733 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 3cea780f0368d7265cb9941e37a600e265de588e Mon Sep 17 00:00:00 2001 From: sophiebrgu Date: Tue, 26 Sep 2023 19:32:20 +0200 Subject: [PATCH 5/5] =?UTF-8?q?Pushed=203=20commits=20to=20origin/master?= =?UTF-8?q?=20(copie=20du=20po=C3=A8me)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- week_0/ex_0_beginner/ex_0_beginner_submit.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/week_0/ex_0_beginner/ex_0_beginner_submit.txt b/week_0/ex_0_beginner/ex_0_beginner_submit.txt index 7f4143b..ed6da94 100644 --- a/week_0/ex_0_beginner/ex_0_beginner_submit.txt +++ b/week_0/ex_0_beginner/ex_0_beginner_submit.txt @@ -22,4 +22,7 @@ hello, I a m Sophie, a student in the CARe program. I would like to learn a pro I think the last time that I was without computer available is when I was hiking in the mountains with my family during holidays -Process finished with exit code 0 \ No newline at end of file +Process finished with exit code 0 + + +