From 50ce53ad2ef7684b8dcc81052c73a51e368c4489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20As?= <148447898+zteplez@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:38:54 +0300 Subject: [PATCH] Add basic variable declarations in types_ibrahim_as.py --- Week02/types_ibrahim_as.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_ibrahim_as.py diff --git a/Week02/types_ibrahim_as.py b/Week02/types_ibrahim_as.py new file mode 100644 index 00000000..59a7f99e --- /dev/null +++ b/Week02/types_ibrahim_as.py @@ -0,0 +1,4 @@ +my_int = 2001 +my_float = 2001.0 +my_bool = True +my_complex = 2001j