From 7b718b3e2c678f48fccc2bc142f237a0806b3f8b Mon Sep 17 00:00:00 2001 From: Ebrukoksal <114864294+Ebrukoksal@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:20:44 +0300 Subject: [PATCH] Add variables of different types in types_ebru_koksal.py --- Week02/types_ebru_koksal.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_ebru_koksal.py diff --git a/Week02/types_ebru_koksal.py b/Week02/types_ebru_koksal.py new file mode 100644 index 00000000..7aaa2384 --- /dev/null +++ b/Week02/types_ebru_koksal.py @@ -0,0 +1,4 @@ +my_int = 2 +my_float = 2.5 +my_bool = True +my_complex = 2+3j