diff --git a/Week02/types_ece_akinci.py b/Week02/types_ece_akinci.py new file mode 100644 index 00000000..c8cf4378 --- /dev/null +++ b/Week02/types_ece_akinci.py @@ -0,0 +1,4 @@ +my_int = 19 +my_float = 5.5 +my_bool = False +my_complex = 3j - 4