This website requires JavaScript.
Explore
Help
Sign In
liwei
/
python-archieve-projects
Watch
1
Star
0
Fork
You've already forked python-archieve-projects
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
71b1ef4c19
python-archieve-projects
/
M303
/
4.py
5 lines
94 B
Python
Raw
Blame
History
sum
=
float
(
num
)
+
float
(
num2
)
s
=
(
a
+
b
+
c
)
/
2
area
=
(
s
*
(
s
-
a
)
*
(
s
-
b
)
*
(
s
-
c
)
)
*
*
0.5
Reference in New Issue
View Git Blame
Copy Permalink