Good could you help me make a code that I draw 3 yellow flowers and say winnin happy day friend well nice I need for whi mmh wwwwww the code is displayed and valid in the app Pydroid 3
![Good could you help me make a code
that I draw 3 yellow flowers and say
happy day friend well nice I need for
minhhimnh mình
the code is displayed and valid in the
app Pydroid 3](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F481ba9ff-af16-41c9-976d-85ecb2daa95f%2F7a5507f1-9bc6-4f5e-91e3-296e1bd7179e%2Faexcqsf_processed.jpeg&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Algorithm to Draw Three Yellow Flowers with a Message
1. Import the Turtle graphics library.
2. Set the screen size using `turtle.screensize(400, 400)`.
3. Define a function called `draw_flower` to draw a larger yellow flower:
a. Set the Turtle color to yellow.
b. Begin filling the shape.
c. Repeat the following 36 times:
i. Move forward by 30 units (increase for larger flowers).
ii. Turn left by 170 degrees.
d. End filling the shape.
4. Draw three larger yellow flowers:
a. Repeat the following 3 times:
i. Call the `draw_flower` function to draw a flower.
ii. Lift the pen up.
iii. Move forward by 100 units.
iv. Put the pen down.
5. Move the Turtle to the center of the screen:
a. Lift the pen up.
b. Go to the position (-50, -120) to position the message.
c. Put the pen down.
6. Write the message "Happy day friend" under the flowers:
a. Use the Turtle's `write` method to display the message.
b. Set the font to Arial, size 20, and bold.
7. Keep the window open until the user closes it using `turtle.done()`.
End of Algorithm.
Step by step
Solved in 4 steps with 2 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)