Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 547 Bytes

File metadata and controls

26 lines (20 loc) · 547 Bytes

Python Assignment: Print Hello Python!

Objective

Write a Python program that prints:

Hello Python!

Instructions

  1. Edit the main.py file.
  2. Write code that prints the exact text: Hello Python!
  3. Push your changes to GitHub.
  4. The autograder will run automatically.

Passing Criteria

Your output must match exactly:

Hello Python!

Files Included

  • main.py – starter code
  • .github/classroom/autograding.json – autograder configuration
  • .github/workflows/classroom.yml – GitHub Actions workflow