diff --git a/Week02/types_tugcan_turunckapi.py b/Week02/types_tugcan_turunckapi.py new file mode 100644 index 00000000..8ceea50f --- /dev/null +++ b/Week02/types_tugcan_turunckapi.py @@ -0,0 +1,4 @@ +my_int = 7 +my_float = 19.07 +my_bool = True +my_complex = 3 + 2j