← Variables & Print
Your First print()
① Learn
Use print() to send text to the screen. Text inside quotes is a string, so Python prints it exactly.
② Implement — write it, run it, submit
Goal
Print the exact text: Hello, world!
Output
Hints
- Stuck? Reveal a hint.