From 56a1bf0d51273992b4925330dbe2bd7037a0a5e1 Mon Sep 17 00:00:00 2001 From: aboodalfawaz6-netizen Date: Mon, 30 Mar 2026 21:21:17 +0300 Subject: [PATCH] Create types_abdulatif_favaz.py --- Week02/types_abdulatif_favaz.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_abdulatif_favaz.py 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