12 Comments
User's avatar
Patrick's avatar

Just missing the f key in the beginning of the message.

Expand full comment
Ardit Sulce's avatar

Correct!

Expand full comment
Patricia Toffey's avatar

message = f"Hello, my name is {name} and I am {age} years old."

Expand full comment
Ardit Sulce's avatar

Hi Patricia, that's correct!

Expand full comment
Adriana Vanegas's avatar

This is my third week learning Python and I was nervous that I wasn't going to be able to answer it, but I did! 🤩 Thanks for the practice!

Expand full comment
Ardit Sulce's avatar

Keep on learning, Adriana :)

Expand full comment
Harsh Pratap Singh's avatar

Use this --message = f"Hello, my name is {name} and I am {age} years old."

Expand full comment
Ardit Sulce's avatar

That would be the correct line. 👍

Expand full comment
VINOD VIJAYAN's avatar

The string 'message' is assigned without 'f' prefix. To fix the code, prefix the string with 'f'.

Expand full comment
Ardit Sulce's avatar

Yes, that's it.

Expand full comment
Tantaluz's avatar

there should be an f after the message = for it to work

Expand full comment
Ardit Sulce's avatar

Before the message, to be exact :)

Expand full comment