From acc30b79b7d000ce6a70a7d2b4a0fe13a4524f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C3=96zt=C3=BCrk?= <97892689+burakozturk1@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:43:01 +0300 Subject: [PATCH] Create types_burak_ozturk.py --- Week02/types_burak_ozturk.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_burak_ozturk.py diff --git a/Week02/types_burak_ozturk.py b/Week02/types_burak_ozturk.py new file mode 100644 index 00000000..c01389bc --- /dev/null +++ b/Week02/types_burak_ozturk.py @@ -0,0 +1,4 @@ +my_int = 16 +my_float = 1.432 +my_bool = False +my_complex = 1 - 4j