Answered step by step
Verified Expert Solution
Link Copied!

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 = gradient('turquoise', 'blue', start='top')
createSkyFlower(x, 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 x1, y1 can be used to place the petals.
petalPosition =Line(x,y-35,x,y+35)
petalPosition. rotateAngle = startAngle
# Create 5 petals placed at 72 degree intervals around a central point. ### Place Your Code Here ###
# Removes the line.
petalPosition.visible = False
createSkyFlower (350,50, 'paleGreen', 5)
createSkyFlower , 'mediumAquamarine', 15)
createSkyFlower , 'mediumSeaGreen', -10
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

The company openly shares plans and information with employees.

Answered: 1 week ago