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" 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