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