This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python
Watch
1
Star
0
Fork
You've already forked XJTU_Python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
XJTU_Python
/
test
/
1
/
3.py
5 lines
95 B
Python
Raw
Permalink
Blame
History
from
math
import
*
a
,
b
=
map
(
float
,
input
(
)
.
split
(
)
)
print
(
"
{:.2f}
"
.
format
(
sqrt
(
a
*
*
2
+
b
*
*
2
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink