From 6d64add1ce34523136bcfd70d9f46b65440db4e5 Mon Sep 17 00:00:00 2001 From: gorendes <123700346+gorendes@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:21:51 +0300 Subject: [PATCH 1/2] Create types_niyazi_cetinkaya.py --- Week02/types_niyazi_cetinkaya.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_niyazi_cetinkaya.py diff --git a/Week02/types_niyazi_cetinkaya.py b/Week02/types_niyazi_cetinkaya.py new file mode 100644 index 00000000..c302c7bd --- /dev/null +++ b/Week02/types_niyazi_cetinkaya.py @@ -0,0 +1,4 @@ +my_int = 13 +my_float = 13.0 +my_bool = true +my_complex = complex(3, 3) From b1f2a05a290e9a0597433759d7f68302bb755e20 Mon Sep 17 00:00:00 2001 From: gorendes <123700346+gorendes@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:30:10 +0300 Subject: [PATCH 2/2] Update types_niyazi_cetinkaya.py --- Week02/types_niyazi_cetinkaya.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week02/types_niyazi_cetinkaya.py b/Week02/types_niyazi_cetinkaya.py index c302c7bd..c6eda4ae 100644 --- a/Week02/types_niyazi_cetinkaya.py +++ b/Week02/types_niyazi_cetinkaya.py @@ -1,4 +1,4 @@ my_int = 13 my_float = 13.0 -my_bool = true -my_complex = complex(3, 3) +my_bool = True +my_complex = 5j