๐ โ Echo Mage: Input โ Output
Taskโ
- Create a file named echo.py.
- Ask the user for their name using input(...).
- Print a greeting using the user's input.
- Ask for a second value (favorite color / game / animal) and echo it back.
- (Optional) Format the output nicely (newlines, punctuation).