(20 pts) Implement a Python program that creates a graphical scene. Your scene can include some animation implemented using one or more loops; however, you should not be too concerned if it is not an animated scene.
- Be creative and have some fun with this!
- Name your program homework1.py (spelled just like that — all lower-case, no spaces, ends in .py)
- The first lines of the file must be:
- A comment with your name, followed by:
- A comment that is a 1-sentence description of your scene.
More complete documentation will be required as the term progresses.
- You can find more information about zellegraphics here.
Turn-in instructions:
- Find the drop box on the course ANGEL page, under Lessons → Homework → Homework 1 → HW1 Drop Box
- Enter a one-paragraph description of your scene in the Message field.
- Upload your homework1.py program to the drop box on ANGEL (using a web browser OTHER THAN Google Chrome. Chrome does not upload attachments correctly.) as follows:
- Click the Attachments button.
- Click Browse... and select your program file.
- Click Upload File.
- Verify that the file appears in the list of Uploaded Files.
- Click Finished to close the Attachments window.
- Click Submit to finish the submission process.