You are creating a program to distinguish between different types…

Question Answered step-by-step You are creating a program to distinguish between different types… You are creating a program to distinguish between different types of trianglesHave your program read in 3 angles (in degrees) from the user• If all three angles are 60, output Equilateral• If the three angles add up to 180 and exactly two of the angles are the same, output Isosceles• If the three angles add up to 180 and no two angles are the same, output Scalene• If the 3 angles do not add up to 180 or any of the angles are 0 or negative, output Not a Triangle Computer Science Engineering & Technology Python Programming PT 1420 Share QuestionEmailCopy link Comments (0)