OpenTechSchool / python-beginners

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

Exercise aims to stop turtle from leaving window but it also goes a little off the edge. #13

Closed nekopanic closed 11 years ago

nekopanic commented 12 years ago

So the turtle pen is in the middle of the turtle, which means that even if you solve the window border problem the turtle still goes just a little bit over the edge. Some students felt the solution was pretty hacky because the turtle still left the window.