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