Tester.py

name = "Simba"
age = 45
print(f"Hello, {name}. You are {age}.")
What is the output?
Be careful of the whitespace(space,newline) in your answer.