1011 - Sphere - URI Online Judge

Problem name: 1011 - Sphere
Problem link: 1011 - Sphere
Judge: URI Online Judge
Solution on GitHub: 1011 - Sphere



URI Online Judge 1011 - Sphere Solution in Python

R = float(input())
result = (4 / 3) * 3.14159 * R * R * R
print("VOLUME = %.3f" % result)





Next Post Previous Post
No Comment
Add Comment
comment url