From d7e6201423e8703f53e3eef9443485834fb717f5 Mon Sep 17 00:00:00 2001 From: afrainanc Date: Wed, 25 Feb 2026 15:09:28 +0300 Subject: [PATCH] Create types_afra_inanc.py --- Week02/types_afra_inanc.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_afra_inanc.py diff --git a/Week02/types_afra_inanc.py b/Week02/types_afra_inanc.py new file mode 100644 index 00000000..88982313 --- /dev/null +++ b/Week02/types_afra_inanc.py @@ -0,0 +1,4 @@ +my_int = 2003 +my_float = 2003.0 +my_bool = 2003 == 2003 +my_complex = 2003j