Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Beuys
/
errorType
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
errorType
/
1.py
Beuys
Upload 47 files
e16247a
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
math
x1,y1=
eval
(
input
())
x2,y2=
eval
(
input
())
s=math.squrt((x1-x2)**
2
+(y1-y2)**
2
)
print
(
"%.2d"
%(s))