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