retry
This commit is contained in:
parent
195a455032
commit
fc26ebd5f8
5 changed files with 25 additions and 19 deletions
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
import math
|
||||
PI = math.pi
|
||||
|
||||
radius = float(input("Enter the radius of a sphere "))
|
||||
|
||||
|
||||
volume = 4 / 3 * PI * radius**3
|
||||
|
||||
print(f"The volume of the sphere is {volume}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue