diff --git a/Week02/types_ridvan_celebi.py b/Week02/types_ridvan_celebi.py new file mode 100644 index 00000000..4c65c3b0 --- /dev/null +++ b/Week02/types_ridvan_celebi.py @@ -0,0 +1,4 @@ +my_int = 11 +my_float = 11.1 +my_bool = False +my_complex = 11 + 11j