asked 148k views
4 votes
for count in range(80) leo.forward(count * 2) leo.left(count 2) there is an error in the for loop. what should be fixed?

1 Answer

2 votes

Answer:

the second parenthesis should probably be count*2. (not count 2)

answered
User Imodin
by
8.6k points

No related questions found