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