Program to perform mathematical operations on two numbers. by In this python basic program, we will perform mathematical operations on two numbers defined by the user. Steps to solve the program Take two numbers and a mathematical operation of your choice (+,-,*,/) as input.Using if-else statements perform the corresponding operations on numbers.Print the output. Output : Previous calculate the volume of a sphere.