From 179fafbf38007f4ef735214c1611d2b82e784cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BA=C5=9EAK=20KO=C3=87AN?= <159764779+mimo-o@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:25:56 +0300 Subject: [PATCH] Add variables of different types in types_basak_kocan.py --- Week02/types_basak_kocan.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_basak_kocan.py diff --git a/Week02/types_basak_kocan.py b/Week02/types_basak_kocan.py new file mode 100644 index 00000000..567ede67 --- /dev/null +++ b/Week02/types_basak_kocan.py @@ -0,0 +1,4 @@ +my_int = 45 +my_float = 12.5 +my_bool = True +my_complex = 9j