Advanced Python Calculator 
I wrote this program for one of my projects in CSCI-04: Introduction to Computer Programming. This program will take 2 float (or integer) inputs from the user, and then allow them to choose an operator (+, -, *, /, or %) to perform the mathematical operation. The program will then display the result of the operation.
Loading code...