Use an f-string and the variable name to display Hello, John! again.
name
Hello, John!
Make sure to type f"Hello, {name}!".
f"Hello, {name}!"