CSC 141 — Class 1 Check-in

Your first program · ungraded · just to record that you gave it a try

🐍 Your task

Write a short Python program that:

  1. prints a greeting that includes your name,
  2. prints your favorite number,
  3. prints that number doubled (use *),
  4. 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.

Loading Python…
Output will appear here.