diff --git a/Week02/types_emrah_tunc.py b/Week02/types_emrah_tunc.py new file mode 100644 index 00000000..56e9d6f7 --- /dev/null +++ b/Week02/types_emrah_tunc.py @@ -0,0 +1,4 @@ +my_int = 43 +my_float = 2.71 +my_bool = True +my_complex = 4 + 3j