From b60b8396c0c26b703d3da28798c7c961b2b493bd Mon Sep 17 00:00:00 2001 From: rridvancelebi Date: Mon, 21 Oct 2024 19:11:54 +0300 Subject: [PATCH] Create types_ridvan_celebi.py --- Week02/types_ridvan_celebi.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_ridvan_celebi.py diff --git a/Week02/types_ridvan_celebi.py b/Week02/types_ridvan_celebi.py new file mode 100644 index 00000000..4c65c3b0 --- /dev/null +++ b/Week02/types_ridvan_celebi.py @@ -0,0 +1,4 @@ +my_int = 11 +my_float = 11.1 +my_bool = False +my_complex = 11 + 11j