Question: I am trying to make concentric squares by using turtle on Python. Can someone explain what I am doing wrong, and show me how to

I am trying to make concentric squares by using turtle on Python. Can someone explain what I am doing wrong, and show me how to fix it?

I am trying to make concentric squares by using turtle on Python.

I am trying to make my finished product look something like this

Can someone explain what I am doing wrong, and show me how

def main ): # create world and turtle earth = makeWorld (800, 800) Josh makeTurtle ( earth ) # change default turtle color # using setPenColor METHOD josh.setPenColor green) loopCount = 1 #repositionTurtle2 ( josh, -200, -200 ) while ( loopCount 10 length = 10 + loopCount * 5 color = makeColor ( loopCount * 25, 0, 0) josh.setPencolor color ) rawSquare josh, length) repositionTurtle2 josh, 0, 25) loopCount = loopCount + 1 def drawSquare (tl, length ): loopCount 1 while ( loopCount

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!