Merry Christmas! Or is it Happy Halloween? April Fools? Who knows!
In the editor below, fill in the blanks (________
) so that the program greets the user with a special greeting!
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
<greeting> to you!
onto the screen, where <greeting>
is replaced with whatever the user typed in.variable
to store what the user types in for their greeting!Below is an example of how the program should run if you entered Good morning
as your greeting:
Enter a greeting: Good morning
Good morning to you!
Need some help? Click here to reveal a video walkthrough for this task!