Python Projects

Star Player Game

I explored the basics of the Python language including lists, tuples, files, exceptions, functions, repetition, and decision structures. For my final project in the class I created a math game to demonstrate the skills I learned while studying this programming language

Example of a Python Project

Sales Functions Program

I recreated this demonstrated program using functions, lists, and math operators. The user is prompted to enter sales numbers from five days. The program outputs highest sale, lowest sale, average sales, and total sales.

 

Screen Shot of Python code