Skip to content

Project 01: First Complete Program

Purpose

Build a short interactive Python program that combines input, variables, expressions, and clear output.

Suggested Shape

  • Prompt for a small set of related values.
  • Perform a meaningful calculation.
  • Present the result in complete sentences.
  • Include a few thoughtful test cases in your own workflow.

Success Criteria

  • The program runs from top to bottom without manual intervention.
  • Variable names make the calculation understandable.
  • Output labels make the result easy to interpret.