diff --git a/Week02/types_onur_konuk.py b/Week02/types_onur_konuk.py new file mode 100644 index 00000000..846157b4 --- /dev/null +++ b/Week02/types_onur_konuk.py @@ -0,0 +1,4 @@ +my_int=60 +my_float=34.45 +my_bool=True +my_complex=35j