diff --git a/Week02/types_burak_ozturk.py b/Week02/types_burak_ozturk.py new file mode 100644 index 00000000..c01389bc --- /dev/null +++ b/Week02/types_burak_ozturk.py @@ -0,0 +1,4 @@ +my_int = 16 +my_float = 1.432 +my_bool = False +my_complex = 1 - 4j