Question: Write a program which does a drawing with turtle built-in functions so that the program: a. Includes some color, fills in some area with some

Write a program which does a drawing with turtle built-in functions so that the program: a. Includes some color, fills in some area with some color, changes the pen color in some parts b. the turtle does at least three right or left turns C. the pen changes from being up to down at least a couple times d. there are at least three for-loops e. you create at least three void (or non-fruitful) functions (i.e. not returning any value), where the functions do drawings and/or pen movements, but do not return any values f. You create at least two functions which have some parameters (they may be productive or void functions, they may be functions that count for the previous requirement) g. The defined functions are called (used and passed arguments to the parameters as needed) h. The program generates some random values and uses them (such as random colors) Organize your program as follows: place the functions definitions first and after including all the definitions place the top or main level. Call the functions from the top/main level or also, functions may call other functions (as long as the called functions are placed earlier in the python file). The drawings you obtain are completely up to you. Enjoy the creative process
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
