Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Surface Area of a Sphere Calculator
Jacobacon215
May 17th, 2019
128
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
math
import
pi
counter
=
1
while
counter
==
1
:
r
=
int
(
input
(
"Radius: "
)
)
PrtA
=
float
(
float
(
pi
)
*
(
r*r
)
)
ans
=
float
(
4
*PrtA
)
print
(
ans
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Giftcards Method
JavaScript | 20 min ago | 1.15 KB
container_escape_shell
Bash | 53 min ago | 2.79 KB
Changelly.com Exchange Exploit
JavaScript | 55 min ago | 1.39 KB
CFM.js
JavaScript | 1 hour ago | 278.42 KB
2025-07-19_stats.json
JSON | 1 hour ago | 3.15 KB
2025-07-19_stats.json
JSON | 1 hour ago | 3.13 KB
2025-07-19_stats.json
JSON | 1 hour ago | 3.11 KB
Untitled
Bash | 2 hours ago | 4.69 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!