From 76c1139cd63d95765ddfee11016e5544f8369848 Mon Sep 17 00:00:00 2001 From: eceakinci56 <161435547+eceakinci56@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:53:42 +0300 Subject: [PATCH] Create types_ece_akinci.py --- Week02/types_ece_akinci.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_ece_akinci.py diff --git a/Week02/types_ece_akinci.py b/Week02/types_ece_akinci.py new file mode 100644 index 00000000..c8cf4378 --- /dev/null +++ b/Week02/types_ece_akinci.py @@ -0,0 +1,4 @@ +my_int = 19 +my_float = 5.5 +my_bool = False +my_complex = 3j - 4