All problems
EasyPython Basics
Hello, Python
The "hello world" of Python — make the program print a greeting. Run the starter, see the output, then try changing the message.
- #strings
Sample input
name = "Aarav"
Sample output
Hello, Aarav!
hello-python.py
Output
Press "Run code" to execute.
