Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fgjei
#python 3.6.9 import math a=int(input("Enter first side: ")) b=int(input("Enter second side: ")) c=int(input("Enter third side: ")) s=(a+b+c)/2 area=math.sqrt(s*(s-a)*(s-b)*(s-c)) print("Area of the triangle is: ",round(area,2))
run
|
edit
|
history
|
help
0
linked_lists_2
Page 353 ex 42
try1
shuru8
PyClassLinSearch
GoogleCodindQues.py
super and overriding
Hello,world
mbti
PyFoodVatTip