This is a simple Python project I did, trying to implement Number and Mathematical Operators, specifically on the following areas:
- An understanding of how to work with the numerical data types - integers & floats.
- An understanding of the mathematical operators - examples include: '+', '-', '/', '*', '%', '//', '**'
- Working with augmented assignments - examples include: '+=', '-=', '*=', '/='
- Working with some of Python's built-in functions for working with numerical data types - e.g. round()
All you need to do is run the file on a terminal to get the output.