/SimpleCalculator_Python

Its a Simple calculator built using the Python and Flask

Primary LanguageCSS

lab-flask

To run flask application

python app.py

It's a simple calculator app made with Flask.

There are 3 Inputs a. Opertion b. First Number c. Send Number

After entering the above information, you must click the generate button to see the results. When you click on Generate, it will take you to the maths route link and display the output on that page.