diff --git a/Week02/types_zaineb_kchaou.py b/Week02/types_zaineb_kchaou.py new file mode 100644 index 00000000..0e491d22 --- /dev/null +++ b/Week02/types_zaineb_kchaou.py @@ -0,0 +1,4 @@ +my_int= 24 +my_float= 3.17 +my_bool= True +my_complex=4j