From 1e912cdd95b398caac1406d93dc6f71a566ad836 Mon Sep 17 00:00:00 2001 From: Cem AYYILDIZ Date: Tue, 3 Mar 2026 13:24:50 +0300 Subject: [PATCH] Add variables of different types in types_cem_ayyildiz.py --- Week02/types_cem_ayyildiz.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_cem_ayyildiz.py diff --git a/Week02/types_cem_ayyildiz.py b/Week02/types_cem_ayyildiz.py new file mode 100644 index 00000000..c64a5821 --- /dev/null +++ b/Week02/types_cem_ayyildiz.py @@ -0,0 +1,4 @@ +my_int = 21 +my_float = 65.08 +my_bool = True +my_complex = 2j