Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
3
def
angle_type():
4
angles = []
Callers
nothing calls this directly
Calls
1
angle_type
Function · 0.70
Tested by
no test coverage detected