From 26e224e1814d94d3f1653135bcf48149366cedc0 Mon Sep 17 00:00:00 2001 From: efesarigul Date: Sun, 8 Mar 2026 22:29:43 +0300 Subject: [PATCH] Add variables of different types in types_efesamil_sarigul.py --- Week02/types_efesamil_sarigul.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_efesamil_sarigul.py diff --git a/Week02/types_efesamil_sarigul.py b/Week02/types_efesamil_sarigul.py new file mode 100644 index 00000000..f7ffe7bd --- /dev/null +++ b/Week02/types_efesamil_sarigul.py @@ -0,0 +1,4 @@ +my_int = 21 +my_float = 1907.0 +my_bool = 10 == 10 +my_complex = 1907j