Exercise: Flask calculator


Write a web application that has two entry boxes and a button and that will add the two numbers inserted into the entry boxes. Write two solutions. In one of them the form will be submitted using GET in the other one it will be submitted using POST.