diff --git a/Week02/types_efesamil_sarigul.py b/Week02/types_efesamil_sarigul.py new file mode 100644 index 00000000..f7ffe7bd --- /dev/null +++ b/Week02/types_efesamil_sarigul.py @@ -0,0 +1,4 @@ +my_int = 21 +my_float = 1907.0 +my_bool = 10 == 10 +my_complex = 1907j