Hello:
I have tried to the loop exercise in Python 2.12. I need to move the woman forward 5 and turn left three times but it will not work.
Can someone please help
for i in range(3) :
forward(5)
for j in range(1) :
turn_left()
Hello:
I have tried to the loop exercise in Python 2.12. I need to move the woman forward 5 and turn left three times but it will not work.
Can someone please help
for i in range(3) :
forward(5)
for j in range(1) :
turn_left()