Next, we indent the conditional's code block with two spaces, like here with print().
print()
Make sure to pick print followed by ( and then f"Total: {cart + 10}", ).
print
(
f"Total: {cart + 10}"
)