Comp 151 Honors Project 1

A simple introductory project

Summary:

This introductory project will get you used to writing programs on your own

Due:

Mon Feb 1st at 11:59pm. Submit via blackboard


Description:

You will write a python program which will do the following things:
  1. read in 10 grades from the user one at a time
  2. add up all of the grades
  3. calculate the average grade
  4. report the average back to the user.

Additional class requirements:
To help me identify your work, make the name of your program file

yourLastNameLab1.py

(so mine would be SantoreLab1.py) And put your name at the beginning of the program as a comment.