From 9495e1b66115e595d9f44f26591638de5d18d2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Recep=20Kadir=20Alt=C4=B1nta=C5=9F?= <126012220+kdraltntas@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:50:22 +0300 Subject: [PATCH] Add variables of different types in types_recepkadir_altintas.py --- Week02/types_recepkadir_altintas.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_recepkadir_altintas.py diff --git a/Week02/types_recepkadir_altintas.py b/Week02/types_recepkadir_altintas.py new file mode 100644 index 00000000..723dbac0 --- /dev/null +++ b/Week02/types_recepkadir_altintas.py @@ -0,0 +1,4 @@ +my_int = 315 +my_float = 3.15 +my_bool = True +my_complex = 3 + 15j