From 9c7241d785a442287fa9af046578fc025272fd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20=C3=87elik?= <144680159+Cehang17@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:19:58 +0300 Subject: [PATCH] Create types_hasan_celik.py --- Week02/types_hasan_celik.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_hasan_celik.py diff --git a/Week02/types_hasan_celik.py b/Week02/types_hasan_celik.py new file mode 100644 index 00000000..30abb871 --- /dev/null +++ b/Week02/types_hasan_celik.py @@ -0,0 +1,4 @@ +my_int = 45 +my_float = 25.5 +my_bool = True +my_complex = 3j + 26