Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ry the snail In this exercise, you will draw the flowers in the sky and then add a spiral to Gary's shell in order to
ry the snail
In this exercise, you will draw the flowers in the sky and then add a spiral to Gary's shell in order to complete the scene.
p background gradientturquoise 'blue', start'top'
createSkyFlowerx y color, startAngle:
### Shapes can be drawn around a circle by placing their centers at the ### endpoint of a line which rotates after placing each shape.
# This line's y can be used to place the petals.
petalPosition Line
petalPosition. rotateAngle startAngle
# Create petals placed at degree intervals around a central point. ### Place Your Code Here ###
# Removes the line.
petalPosition.visible False
createSkyFlower 'paleGreen',
createSkyFlower 'mediumAquamarine',
createSkyFlower 'mediumSeaGreen',
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