diff --git a/1011-URI-ACCEPTED.py b/1011-URI-ACCEPTED.py new file mode 100644 index 0000000..ac1e69a --- /dev/null +++ b/1011-URI-ACCEPTED.py @@ -0,0 +1,4 @@ +PI = 3.14159 +raio = float(input()) + +print("VOLUME = {:.3f}".format((4.0/3) * PI * (raio ** 3)))