diff --git a/Week02/types_serhat_tufan.py b/Week02/types_serhat_tufan.py new file mode 100644 index 00000000..b54bd20a --- /dev/null +++ b/Week02/types_serhat_tufan.py @@ -0,0 +1,4 @@ +my_int = 4 +my_float = 1.97 +my_bool = True +my_complex = 13+8j