The computer knows that it's supposed to display Hello, World! because of the print() instruction.
Hello, World!
print()
Did you notice that Hello, World! was displayed on another line beneath the code?