my_first_calculator.py
my_first_calculator.py copied to clipboard
This was a good start but maybe your original calculator is not the most efficient.
I am not saying this because its python but because you used a lot of if statements to do so and I think that there could be a more prominent way of this.