From 66b8a800fee0eb3d8db96d111adfeb55c9307049 Mon Sep 17 00:00:00 2001 From: Burakhan7 <141933959+Burakhan7@users.noreply.github.com> Date: Sat, 3 Jan 2026 20:25:54 +0300 Subject: [PATCH] Create types_burakhan_gultoplar.py --- Week02/types_burakhan_gultoplar.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_burakhan_gultoplar.py diff --git a/Week02/types_burakhan_gultoplar.py b/Week02/types_burakhan_gultoplar.py new file mode 100644 index 00000000..e093601b --- /dev/null +++ b/Week02/types_burakhan_gultoplar.py @@ -0,0 +1,4 @@ +my_int = 3 +my_float = 3.7 +my_bool = True +my_complex = 3j