MCPcopy Create free account
hub / github.com/geekcomputers/Python / Type of angles of a triangle.py

File Type of angles of a triangle.py

Type of angles of a triangle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This program will return the type of the triangle.
2# User has to enter the angles of the triangle in degrees.
3def angle_type():
4 angles = []

Callers

nothing calls this directly

Calls 1

angle_typeFunction · 0.70

Tested by

no test coverage detected