From cc7d41b556a55cad954cc79d49a2047211b8ef5d Mon Sep 17 00:00:00 2001 From: Ayberk Date: Thu, 2 Apr 2026 23:11:29 +0300 Subject: [PATCH] Create types_ayberk_baycin.py --- Week02/types_ayberk_baycin.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_ayberk_baycin.py diff --git a/Week02/types_ayberk_baycin.py b/Week02/types_ayberk_baycin.py new file mode 100644 index 00000000..a9c5aa16 --- /dev/null +++ b/Week02/types_ayberk_baycin.py @@ -0,0 +1,4 @@ +my_int = 18 +my_float = 18.0 +my_bool = True +my_complex = 4j