Back to Lesson
Hello World
Print "Hello, World!" to the console.
Instructions
- Print the exact phraseto the console.
Hello, World!
main.py
main.py
Ctrl + Enter
Print "Hello, World!" to the console.
Hello, World!