In mathematics, sine and cosine are trigonometric functions of an angle. The sine
and cosine of an acute angle are defined in the context of a right triangle.
(Wikipedia: Sine and cosine)
Create an interactive GUI program
Use a GUI.
(See Python GUIs
)
Add tangent and cotangent to your GUI program.
Add to your GUI program or create a new GUI program
Plot the sine and cosine from 0° to 360°.
(Make it pretty: plot axes, axis labels, plot title, tick marks, etc.)