From 4707e6c4bea443c829be5340d805d86ca937f3c7 Mon Sep 17 00:00:00 2001 From: zainebkchaou <163732105+zainebkchaou@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:56:59 +0300 Subject: [PATCH] Create types_zaineb_kchaou.py --- Week02/types_zaineb_kchaou.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_zaineb_kchaou.py 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