Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 353 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 353 Bytes

Here you'll find some projects I did to exercise Python a bit. I'm a total beginner so don't expect too much.

grades.py is a basic grades calculator (You can calculate the average of different subjects aswell as the overall average)

Heads or Tails.py is just what it sounds like: A simple Program which randomly outputs either "Heads" or "Tails".