diff --git a/Week02/types_abdulatif_favaz.py b/Week02/types_abdulatif_favaz.py new file mode 100644 index 00000000..8c02b6e2 --- /dev/null +++ b/Week02/types_abdulatif_favaz.py @@ -0,0 +1,4 @@ +my_int = 10 +my_float = 22.3 +my_bool = True +my_complex = 5j