USE PYTHON: Write a program that accepts the lengths of three sides of a triangle as inputs. The program output should indicate whether or not the triangle is an equilateral triangle. (please also show indentations if possible).

#Program to check whether the triangle is equilateral or not :
# Indent the code as shown in the image below.
#Python Code :
print(“Please enter the length of three sides of the triangle : “)
#Prompts the user to give the inputs
a = int(input(“Side 1: “))
b = int(input(“Side 2: “))
c = int(input(“Side 3: “))
#Logic to check whether the triangle is equilateral
if a == b == c:
print(“Triangle is an Equilateral triangle.”)
else :
print(“Triangle is Not an Equilateral triangle.”)
#identation reference :
https://d2vlcm61l7u1fs.cloudfront.net/media%2F11a%2F11a5a343-f5f2-4ee9-80c4-a6c1e0f1a224%2FphpMk1U0w.png
#Sample Outputs:
https://d2vlcm61l7u1fs.cloudfront.net/media%2Ff32%2Ff32d708a-d223-4207-b833-5ac2b73891cc%2FphpURkGIY.png
https://d2vlcm61l7u1fs.cloudfront.net/media%2Ff79%2Ff7967221-43ba-4838-aca2-bc3396caf2ad%2FphpSqUYnO.png
 
“Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!”

What Students Are Saying About Us

.......... Customer ID: 12*** | Rating: ⭐⭐⭐⭐⭐
"Honestly, I was afraid to send my paper to you, but splendidwritings.com proved they are a trustworthy service. My essay was done in less than a day, and I received a brilliant piece. I didn’t even believe it was my essay at first 🙂 Great job, thank you!"

.......... Customer ID: 14***| Rating: ⭐⭐⭐⭐⭐
"The company has some nice prices and good content. I ordered a term paper here and got a very good one. I'll keep ordering from this website."

"Order a Custom Paper on Similar Assignment! No Plagiarism! Enjoy 20% Discount"