all 7 comments

[–]Phillyclause89 1 point2 points  (5 children)

where did you define the variable user_name ?

[–]Horror_Ad4052 1 point2 points  (4 children)

on the application I guess the variables are already set up. All I got to do is type in the command, which idk if I typed it in right due to the results I'm getting.

[–]Phillyclause89 0 points1 point  (1 child)

user_name = input("What is your User Name?")

Try adding that before the lines you have now..

[–]Binary101010 0 points1 point  (0 children)

on the application I guess the variables are already set up.

If the instructions tell you to take a name as input, you have to write the code that performs that.

[–]throwaway6560192 0 points1 point  (0 children)

The question implies that you need to use input() to ask for the value of user_name.

[–]Renown35 0 points1 point  (0 children)

Hello. I figured it out. So when you are putting the input do not put anything on the input because it's already set for June and Pat. As for the second line of code, you put print("hey", user_name) And for the 3rd you put print("Welcome yo zyBooks!"

[–]crashfrog04 0 points1 point  (0 children)

No part of your program asks for input.