From ba38e30ae1457ea851d22955cc9535a8c448df64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Koray=20B=C3=BClb=C3=BCl?= <240315006@ogr.cbu.edu.tr> Date: Tue, 24 Feb 2026 13:15:24 +0300 Subject: [PATCH] HW-2 --- Week02/types_gokhan_koray_bulbul.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_gokhan_koray_bulbul.py diff --git a/Week02/types_gokhan_koray_bulbul.py b/Week02/types_gokhan_koray_bulbul.py new file mode 100644 index 00000000..d298e2da --- /dev/null +++ b/Week02/types_gokhan_koray_bulbul.py @@ -0,0 +1,4 @@ +my_int = 0 +my_float = 0.0 +my_bool = False +my_complex = 0j