diff --git a/Week02/types_ayberk_baycin.py b/Week02/types_ayberk_baycin.py new file mode 100644 index 00000000..a9c5aa16 --- /dev/null +++ b/Week02/types_ayberk_baycin.py @@ -0,0 +1,4 @@ +my_int = 18 +my_float = 18.0 +my_bool = True +my_complex = 4j