From 274e47cc2063abda3ad656fe464ab4fdb5780494 Mon Sep 17 00:00:00 2001 From: 61XeNoN <148587793+61XeNoN@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:15:18 +0300 Subject: [PATCH] Add variable declarations for different types --- Week02/types_abdulsamet_kucuk.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_abdulsamet_kucuk.py diff --git a/Week02/types_abdulsamet_kucuk.py b/Week02/types_abdulsamet_kucuk.py new file mode 100644 index 00000000..0ca82815 --- /dev/null +++ b/Week02/types_abdulsamet_kucuk.py @@ -0,0 +1,4 @@ +my_int = 5 +my_float = 13.2 +my_bool = True +my_complex = 5j