From f7af5204a629a69cc028404b8897619f727bd279 Mon Sep 17 00:00:00 2001 From: aygulozlem45-web Date: Sun, 1 Mar 2026 23:25:35 +0300 Subject: [PATCH] Create types_aygul_ozkeklik.py --- Week02/types_aygul_ozkeklik.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_aygul_ozkeklik.py diff --git a/Week02/types_aygul_ozkeklik.py b/Week02/types_aygul_ozkeklik.py new file mode 100644 index 00000000..b67c3e18 --- /dev/null +++ b/Week02/types_aygul_ozkeklik.py @@ -0,0 +1,4 @@ +my_int = 1 +my_float = 5.97 +my_bool = False +my_complex = 1 + 5j