From 8e74d31742fce504bd5146fa1a8d34587b4991f4 Mon Sep 17 00:00:00 2001 From: olcaymutlu <164357387+olcaymutlu@users.noreply.github.com> Date: Sat, 15 Mar 2025 13:37:26 +0300 Subject: [PATCH] Create types_Olcay_MUTLU.py --- Week02/types_Olcay_MUTLU.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_Olcay_MUTLU.py diff --git a/Week02/types_Olcay_MUTLU.py b/Week02/types_Olcay_MUTLU.py new file mode 100644 index 00000000..b185954e --- /dev/null +++ b/Week02/types_Olcay_MUTLU.py @@ -0,0 +1,4 @@ +my_int = 20 +my_float = 12.25 +my_bool =True +my_complex = 3j