From 320b2b36b0d92282ba29ce9fe96f12c953eb3ffc Mon Sep 17 00:00:00 2001 From: Onur Konuk <95957528+onurkonukk@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:08:25 +0300 Subject: [PATCH] Create types_onur_konuk.py --- Week02/types_onur_konuk.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_onur_konuk.py diff --git a/Week02/types_onur_konuk.py b/Week02/types_onur_konuk.py new file mode 100644 index 00000000..846157b4 --- /dev/null +++ b/Week02/types_onur_konuk.py @@ -0,0 +1,4 @@ +my_int=60 +my_float=34.45 +my_bool=True +my_complex=35j