diff --git a/Week02/types_basak_kocan.py b/Week02/types_basak_kocan.py new file mode 100644 index 00000000..567ede67 --- /dev/null +++ b/Week02/types_basak_kocan.py @@ -0,0 +1,4 @@ +my_int = 45 +my_float = 12.5 +my_bool = True +my_complex = 9j