From c9ed9ed21e70e5d6f403f74cbf339b7fc78a6fb1 Mon Sep 17 00:00:00 2001 From: UmuTurk230315070 <230315070@ogr.cbu.edu.tr> Date: Tue, 24 Feb 2026 11:39:51 +0300 Subject: [PATCH] Add files via upload --- Week02/types_umut_turk.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_umut_turk.py diff --git a/Week02/types_umut_turk.py b/Week02/types_umut_turk.py new file mode 100644 index 00000000..6ff3979a --- /dev/null +++ b/Week02/types_umut_turk.py @@ -0,0 +1,4 @@ +my_int = 299 +my_float = 3.14 +my_bool = True +my_complex = 1312j \ No newline at end of file