Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Program to calculate the volume of sphere python

radius=48.
pie=3.14285714286.
volume=(4.0/3.0)*pie*(radius*radius*radius)
print("volume of the sphere="+str(volume))
 
PREVIOUS NEXT
Tagged: #Program #calculate #volume #sphere #python
ADD COMMENT
Topic
Name
8+5 =