OpenTechSchool / python-beginners

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

Replace the comment "# <--" with text #34

Closed metaodi closed 11 years ago

metaodi commented 11 years ago

A participant didn't understand that the comment # <-- was acually used to tell him something. He didn't recognize the arrow it resembles. Maybe a descriptive text would be better, something like # on this line we set the angle as described above

I'm not sure if there is an explantion of comments at the beginning of the course, but anyway, a reminder along the code samples would be better :wink: