From 444cbf3b0580092f2926fe376e17fb21e04240fb Mon Sep 17 00:00:00 2001 From: bcrawford39GT <130703978+bcrawford39GT@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:22:33 -0500 Subject: [PATCH] Update examples.py --- examples_to_run/examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")