🐍 Your task
Write a short Python program that:
- prints a greeting that includes your name,
- prints your favorite number,
- prints that number doubled (use
*), - includes at least one comment (a line starting with
#).
Press Run to try it (real Python, right in your browser). When it works, press Submit.
Output will appear here.