From bae15f66fa86cbdfe2e6331a032a50ed7996145a Mon Sep 17 00:00:00 2001 From: beytullaharslannn <151189674+beytullaharslannn@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:02:52 +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 0000000..53d2708 --- /dev/null +++ b/Week02/types_beytullah_arslan.py @@ -0,0 +1,4 @@ +my_int = 1 +my_float=3.14 +my_bool=True +my_complex=7j