From 8b52b48944f0d3fff18f89911a32c935bec446e9 Mon Sep 17 00:00:00 2001 From: beytullaharslannn <151189674+beytullaharslannn@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:55:37 +0300 Subject: [PATCH] Create types_beytullah_arslan.py --- Week02/types_beytullah_arslan.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_beytullah_arslan.py diff --git a/Week02/types_beytullah_arslan.py b/Week02/types_beytullah_arslan.py new file mode 100644 index 00000000..6836a865 --- /dev/null +++ b/Week02/types_beytullah_arslan.py @@ -0,0 +1,4 @@ +my_int = 30 +my_float = 2.98 +my_bool = True +my_complex = 10j