PYTHON You will prompt the user to enter the length of three sides of a triangle as input.
After getting the input from the user, write an if-else statement to determine if the triangle is an equilateral triangle.
Remember, all three sides must be the same length to be considered an equilateral triangle.