Finally, when the loop has ended we want to display the final value of the prize. Use a print statement to display what value holds.
value
Make sure to pick print followed by ( and then f, "Final value: ${value}", ).
print
(
f
"Final value: ${value}"
)