From 841fa6751fc703751054ff3d0b0bdc210baf3a5a Mon Sep 17 00:00:00 2001 From: Ebrukoksal <114864294+Ebrukoksal@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:57:07 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Add=20student=20information=20for=20Ebru=20?= =?UTF-8?q?K=C3=B6ksal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Week01/info_ebru_koksal.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Week01/info_ebru_koksal.py diff --git a/Week01/info_ebru_koksal.py b/Week01/info_ebru_koksal.py new file mode 100644 index 00000000..e698be79 --- /dev/null +++ b/Week01/info_ebru_koksal.py @@ -0,0 +1,2 @@ +student_id="210315015" +full_name="Ebru Köksal" From a667278f560f56cbdff41b69a128625d07b8279c Mon Sep 17 00:00:00 2001 From: Ebrukoksal <114864294+Ebrukoksal@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:31:46 +0300 Subject: [PATCH 2/2] Format student_id and full_name variables --- Week01/info_ebru_koksal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week01/info_ebru_koksal.py b/Week01/info_ebru_koksal.py index e698be79..47771ba6 100644 --- a/Week01/info_ebru_koksal.py +++ b/Week01/info_ebru_koksal.py @@ -1,2 +1,2 @@ -student_id="210315015" -full_name="Ebru Köksal" +student_id = "210315015" +full_name = "Ebru Köksal"