diff --git a/Week02/types_kerem_ozakca.py b/Week02/types_kerem_ozakca.py new file mode 100644 index 00000000..d17ef6cd --- /dev/null +++ b/Week02/types_kerem_ozakca.py @@ -0,0 +1,4 @@ +my_int = 49 +my_float = 2.99 +my_bool = True +my_complex = 8 - 54j