From 09fb3e6958d5aeebfb8ab6788463cb01c75e7655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yunus=20Dermencio=C4=9Flu?= Date: Tue, 22 Sep 2026 10:31:34 +0300 Subject: [PATCH] Add student ID and full name to info_yunus_dermencioglu.py --- Week01/info_yunus_dermencioglu.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Week01/info_yunus_dermencioglu.py diff --git a/Week01/info_yunus_dermencioglu.py b/Week01/info_yunus_dermencioglu.py new file mode 100644 index 00000000..0c8c5729 --- /dev/null +++ b/Week01/info_yunus_dermencioglu.py @@ -0,0 +1,2 @@ +student_id = "230315072" +full_name = "Yunus Dermencioğlu"