14. Write a Python program to calculate area of an equilateral triangle. Solution :- import math side = float(input("Enter the Side of a traingle :- ")) area = (math.sqrt(3)/4)*(side * side) print("The area of a equilateral traingle is :- ",area) Output :-
All computer course for class 9th to 12th with proper practical and theory .........