diff --git a/Week02/types_afra_inanc.py b/Week02/types_afra_inanc.py new file mode 100644 index 00000000..88982313 --- /dev/null +++ b/Week02/types_afra_inanc.py @@ -0,0 +1,4 @@ +my_int = 2003 +my_float = 2003.0 +my_bool = 2003 == 2003 +my_complex = 2003j