From 1f1a626ad37e7b7fb1c6aa971719f04fbca971f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dilara=20A=C4=9Fa=C3=A7?= <162055171+dilaraagac@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:11:54 +0300 Subject: [PATCH] Add variables of different types in types_dilara_agac.py --- Week02/types_dilara_agac.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_dilara_agac.py diff --git a/Week02/types_dilara_agac.py b/Week02/types_dilara_agac.py new file mode 100644 index 00000000..19bbe9cf --- /dev/null +++ b/Week02/types_dilara_agac.py @@ -0,0 +1,4 @@ +my_int = 10 +my_float = 3.14 +my_bool = True +my_complex = 2 + 3j