Time to get creative! In this exercise, you’ll use the turtle module to draw a smiley face. Make it your own — there is no single right answer here.

Your smiley should have at least:

But don’t stop there! You could also add:

Experiment, play, and have fun with it. Here’s one possible outcome for inspiration — yours can look completely different!

Example smiley face

Tips

Some useful turtle functions for drawing circles and arcs:

Automated feedback

Your code will be checked for syntax errors and common code issues, but the correctness of your drawing is not verified automatically — this is only an indication of whether your code is syntactically correct. Make sure to look at your own output and verify that it matches what the assignment asks for.