Functions & Turtle
Functions & Turtle
For today's challenge, you're not getting any help. It's time to use a list of skills and build your own program. Here are the requirements.
Using these requirements: -
Create three functions
One function to draw a tree
One function to draw a present
One function to create the main menu of the program
The main menu should load and wait for an input
Ask the user if they want a present or a tree
If the user types 'present' the program should run the present turtle program
If the user types 'tree' the program should show draw the tree that you created yesterday.
If you can make the program iterate, you will get 10 bonus points.