With the special instruction print(), we tell the computer to display a value in an area called the console, also known as the shell.
print()
print("Hello, World!")