# Assignment 2

Create a simple calculator that can handle addition, subtraction, multiplication and division.

Points to recall:

* If, elif and else statements
* Comparison operators
* Logical operators
* input() and print()

Good luck!
