Question
DRAW SOMETHING: Required code features: 1.Includes some colour, fills in some areas with some colour, and changes the pencolour in some parts. 2.The turtle does
DRAW SOMETHING:
Required code features:
1.Includes some colour, fills in some areas with some colour, and changes the pencolour in some parts.
2.The turtle does at least three visible right or left turns.
3.The pen changes from up to down at least 2 times.
4.There are at least three for-loops. The for loops may be inside a functiondefinition or outside. The for loops may be nested but do not have to be so.
5.You create at least three functions for drawings and/or pen movements. Two ofthese functions should have some parameter(s) which provide variation to thefunction when it is executed.
6.The defined functions are actually called and not just defined (i.e. they areused and passed arguments to the parameters as needed)
7.The program generates some random values and uses them (such as random colors)
8.You may stamp your turtle with different shapes if desired.What you need to draw The drawing you obtain is completely up to you as long as it follows the required code features above.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started