Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Beuys
/
errorType
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3725c16
errorType
/
9.py
Beuys
Upload 47 files
e16247a
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
204 Bytes
name=
print
(
input
())
a=
float
(
input
())
v=
float
(
input
())
x=(v*v)/(
2
*a)
print
(
'The acceleration of %s is %.2f M/s,the take-off speed is %.2f M/s,and the shortest take-off runway length is %.2f M'
)(name,a,v,x)