From 056ea61e193d680039e144f6733c1e643e3fd555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elif=20=C3=96ZKANAT?= <154057945+elifozknt@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:56:36 +0300 Subject: [PATCH] Add variable declarations for different types --- Week02/types_elif_ozkanat.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_elif_ozkanat.py diff --git a/Week02/types_elif_ozkanat.py b/Week02/types_elif_ozkanat.py new file mode 100644 index 00000000..c561b02f --- /dev/null +++ b/Week02/types_elif_ozkanat.py @@ -0,0 +1,4 @@ +my_int = 32 +my_float = 3.1 +my_bool = True +my_complex = 7i