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
Python loop
Lesson 7 part 2
Love
Program of cube
linked_lists_2
Lab_I_1_25_11_2020
Python, finditer(), filter emails and place put in tuple
lower and upper alphabets checker
Lesson 2-ex
PyBoolNone