import math r=input("Please enter the radius") #asks user for radius and height h=input("Please enter the height") def cone_area(r,h): #define