diff --git a/Week02/types_aysegul_yildiz.py b/Week02/types_aysegul_yildiz.py new file mode 100644 index 00000000..8d7fbacf --- /dev/null +++ b/Week02/types_aysegul_yildiz.py @@ -0,0 +1,4 @@ +my_int = 15 +my_float = 40.5 +my_bool = True +my_complex = 23 + 4j