From 9e80d87d86d102bed4f308f1829227a8ad993889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fevzi=20Ba=C4=9Fr=C4=B1a=C3=A7=C4=B1k?= <124450541+fevzibagriacik@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:18:43 +0300 Subject: [PATCH] Create types_fevzi_bagriacik.py --- Week02/types_fevzi_bagriacik.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_fevzi_bagriacik.py diff --git a/Week02/types_fevzi_bagriacik.py b/Week02/types_fevzi_bagriacik.py new file mode 100644 index 00000000..7acf8e03 --- /dev/null +++ b/Week02/types_fevzi_bagriacik.py @@ -0,0 +1,4 @@ +my_int = 3 +my_float = 3.2 +my_bool = True +my_complex = 3 + 9j