Now that we’ve fixed our first program in Python, let’s write a program that let’s the computer say Hello
to you! Look at the code below:
print("Hello, world!")
In the editor below, edit the code so that the program displays Hello, <your_name>!
on the screen.
Hello, <your_name>!
onto the screen." "
marks in the editor.Below is an example of how the program should run if your name was Alice
:
Hello, Alice!
Need some help? Click here to reveal a video walkthrough for this task!