From 0b4ead4a92d7cd996f87c9c5c33b9437b05b967c Mon Sep 17 00:00:00 2001 From: hasanhuseyindemir-dev Date: Mon, 16 Mar 2026 20:43:28 +0300 Subject: [PATCH 1/2] Create info_hasan_huseyin.py --- Week01/info_hasan_huseyin.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Week01/info_hasan_huseyin.py diff --git a/Week01/info_hasan_huseyin.py b/Week01/info_hasan_huseyin.py new file mode 100644 index 00000000..36f2229b --- /dev/null +++ b/Week01/info_hasan_huseyin.py @@ -0,0 +1,2 @@ +Student_ID= "220315014" +full_name= "Hasan Huseyin DEMİR" From 2a1c7781b126232bee48913689ce965fb630dc9f Mon Sep 17 00:00:00 2001 From: hasanhuseyindemir-dev Date: Mon, 16 Mar 2026 20:52:56 +0300 Subject: [PATCH 2/2] Create types_hasan_huseyin.py --- Week02/types_hasan_huseyin.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_hasan_huseyin.py diff --git a/Week02/types_hasan_huseyin.py b/Week02/types_hasan_huseyin.py new file mode 100644 index 00000000..4549b1ef --- /dev/null +++ b/Week02/types_hasan_huseyin.py @@ -0,0 +1,4 @@ +My_int = 17 +My_float = 157.8 +My_bool = False +My_complex = 1j