This is a simple calculator made using python3.
1] Two numbers are inputed by asking to the user and saved as 'a' and 'b'.
2] All the choices available in the calculator are printed.
3] User's choice is inputed to a variable x.
4] Choice is compared to each assigned values and corresponding output is obtained.