Skip to content

Project 03: Third Project

Purpose

Develop a more organized program that combines functions with string or list processing.

Suggested Shape

  • Split the work into several named functions.
  • Use a string or list as the main data source.
  • Produce a summary, transformation, or simple analysis.
  • Test the program with more than one representative input.

Success Criteria

  • Functions reduce repetition.
  • Data processing is visible and explainable.
  • The program is structured enough to extend later.