diff --git a/Week02/types_hasan_celik.py b/Week02/types_hasan_celik.py new file mode 100644 index 00000000..30abb871 --- /dev/null +++ b/Week02/types_hasan_celik.py @@ -0,0 +1,4 @@ +my_int = 45 +my_float = 25.5 +my_bool = True +my_complex = 3j + 26