Answered You can hire a professional tutor to get the answer.
Here is the link of the image I want: https://www.shutterstock.
I really need help drawing an image of a bird I found from the web using python.
Here is the link of the image I want:
https://www.shutterstock.com/image-photo/exotic-bird-flying-isolated-on-white-732462670?src=IYdcc9rY7H0stkU3Y7Mr7Q-1-6
Here is what I'm supposed to do:
Add line comments for each logical section of your code. Make sure your program includes at least 20 lines of code, not including comments and white space. Include enough detail in the drawing to be able to tell what it is.Image should use at least three different fill colors.
I don't how to proceed from here.
Here is what I have so far:
import turtle
win = turtle-Screen()
win.title("Exotic Bird")
win.setup(500,500)
win.bgcolor(" reddish yellow")
londoni = turtle.Turtle()
#londoni's attributes
londoni.fillcolor(jQuery22407733834533101003_1549088394252?)
londoni.penup()
londoni.goto(?)
londoni.pendown()
londoni.beginfill()
Creates a loop for londoni
for i in range (?):
londoni. ? (?)
londoni. ? (?)
londi.endfill()