From d1980472d3fddf071336c4a223c43e2647fddd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Turhan=20G=C3=BCnd=C3=BCzo=C4=9Flu?= <220315031@ogr.cbu.edu.tr> Date: Mon, 2 Mar 2026 20:43:44 +0300 Subject: [PATCH] Add variables of different types in types_turhan_gunduzoglu.py --- Week02/types_turhan_gunduzoglu.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Week02/types_turhan_gunduzoglu.py diff --git a/Week02/types_turhan_gunduzoglu.py b/Week02/types_turhan_gunduzoglu.py new file mode 100644 index 00000000..d7173461 --- /dev/null +++ b/Week02/types_turhan_gunduzoglu.py @@ -0,0 +1,4 @@ +my_int=2 +my_float=3.5 +my_bool=True +my_complex=7+5j