In-Class Exercise
Create Python scripts (using a text editor) to do the following:
- Print a message
- Open a GLUT window. Script should exit when Esc is hit.
- Clear the window. Try to clear it to some color other than black.
- Draw multiple triangles.
- Draw triangles of different colors.