diff --git a/Week02/types_ebru_koksal.py b/Week02/types_ebru_koksal.py new file mode 100644 index 00000000..7aaa2384 --- /dev/null +++ b/Week02/types_ebru_koksal.py @@ -0,0 +1,4 @@ +my_int = 2 +my_float = 2.5 +my_bool = True +my_complex = 2+3j