module documentation

A demonstration of a complete script, computing the GPA based on grades input by the user.

Variable done Undocumented
Variable grade Undocumented
Variable num_courses Undocumented
Variable points Undocumented
Variable total_points Undocumented
done: bool =

Undocumented

grade =

Undocumented

num_courses: int =

Undocumented

points: dict[str, float] =

Undocumented

total_points: int =

Undocumented