Create a program that asks a user to input their name and then prints out "Hello {name}, how are you today?"

Question:

Current behavior:

Desired behavior

Repl link:

code snippet

:wave: Welcome to the forums, @0717889vk!

It seems that this post is asking for answers to a school assignment. It is against Replit Ask policy for community members to request or post complete answers to homework-like questions. On the other hand, the community can assist you in working through and understanding the core fundamentals of computer programming to help you figure out your question by yourself, though.

Hey @0717889vk welcome to the forums!

It seems like you should look into using f strings to accomplish this. They are used to make printing variables/lists/dictionaries easier and make it easier to read the code. I hope this helps!

1 Like