From c27cc80bf4eaf42b7460c93e97ccea62f63cbe69 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: Tue, 7 Apr 2026 11:39:12 +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..69ad369e --- /dev/null +++ b/Week02/types_turhan_gunduzoglu.py @@ -0,0 +1,4 @@ +my_int = 5 +my_float = 7.3 +my_bool = True +my_complex = 3+5j