diff --git a/examples_to_run/examples.py b/examples_to_run/examples.py index fd17fed..bf657bc 100644 --- a/examples_to_run/examples.py +++ b/examples_to_run/examples.py @@ -32,5 +32,5 @@ f"{math_variable.add_1_to_both_numbers_and_multiply()}" ) print( - f"type(math_variableadd_1_to_both_numbers_and_multiply()) = " - f"{type(math_variable.add_1_to_both_numbers_and_multiply())}\n") \ No newline at end of file + f"type(math_variable.add_1_to_both_numbers_and_multiply()) = " + f"{type(math_variable.add_1_to_both_numbers_and_multiply())}\n")