5. Name and age task

../_images/tk_name_age.png
Write code that outputs the user name and age in sentence form.

5.1. Hints:

Use a height of 2 for text lines for the output.
Use "\n" in an f-string to make an end of line character so the text flows to 2 lines.