diff --git a/Week02/types_recepkadir_altintas.py b/Week02/types_recepkadir_altintas.py new file mode 100644 index 00000000..723dbac0 --- /dev/null +++ b/Week02/types_recepkadir_altintas.py @@ -0,0 +1,4 @@ +my_int = 315 +my_float = 3.15 +my_bool = True +my_complex = 3 + 15j