From 61fa4475589d94d0e3b9513c41dc17ea6eb18408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20Malko=C3=A7?= Date: Sat, 5 Apr 2025 15:37:54 +0300 Subject: [PATCH] Create types_eren_malkoc.py --- Week02/types_eren_malkoc.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_eren_malkoc.py diff --git a/Week02/types_eren_malkoc.py b/Week02/types_eren_malkoc.py new file mode 100644 index 00000000..99482574 --- /dev/null +++ b/Week02/types_eren_malkoc.py @@ -0,0 +1,4 @@ +my_int = 10 +my_float = 3.14 +my_bool = False +my_complex = 2 - 5j