👉 In mathematics, a martlet is a type of convex polygon. A martlet is defined as a polygon with 360-degree angles and all its interior angles sum up to exactly 180 degrees. Here's an example: ```python import math # Create a list of all possible combinations of angles for a 360 degree triangle angles = [math.radians(i) for i in range(2, 37)] angles.sort() angles # Generate a