From c71f8e750981458ca2b9d967ee9366fc9c93740d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Sart=C4=B1k?= Date: Wed, 25 Feb 2026 15:23:33 +0300 Subject: [PATCH] Create types_burak_sartik.py --- Week02/types_burak_sartik.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_burak_sartik.py diff --git a/Week02/types_burak_sartik.py b/Week02/types_burak_sartik.py new file mode 100644 index 00000000..d9ae28d9 --- /dev/null +++ b/Week02/types_burak_sartik.py @@ -0,0 +1,4 @@ +my_int = 27 +my_float = 27.0 +my_bool = 27 == 27 +my_complex = 27j