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