diff --git a/Week02/types_umut_turk.py b/Week02/types_umut_turk.py new file mode 100644 index 00000000..6ff3979a --- /dev/null +++ b/Week02/types_umut_turk.py @@ -0,0 +1,4 @@ +my_int = 299 +my_float = 3.14 +my_bool = True +my_complex = 1312j \ No newline at end of file