OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 251 forks source link

Problem with simple_drawing #57

Closed ghost closed 8 years ago

ghost commented 9 years ago

import turtle

turtle.left(20) turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50)

turtle.left(100)

turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50)

turtle.left(110)

turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90) turtle.forward(50) turtle.left(90)

lehmannro commented 9 years ago

Could you elaborate on the exact problem you encountered? The code and its result look good.

Ivoz commented 8 years ago

If you still think there's an issue, please leave a comment and reopen. Cheers!