ch01_ex35_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

94 Bytes


from math import*
def volume(R,h):
    V=(4/3)*pi*(R**3)*h
    return(V)