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