#Write a program that accepts the lengths of three sides of a triangle. The program output should indicate whether or not the triangle is an equilateral triangle. import math a=int(input("Enter the ...