diff --git a/Week02/types_ibrahim_as.py b/Week02/types_ibrahim_as.py new file mode 100644 index 00000000..59a7f99e --- /dev/null +++ b/Week02/types_ibrahim_as.py @@ -0,0 +1,4 @@ +my_int = 2001 +my_float = 2001.0 +my_bool = True +my_complex = 2001j