
David W. answered 01/10/20
Experienced Prof
n the 1960's, Seymour Papert and a team at MIT created Turtle Graphics and the Logo programming language to teach computer programming to kids. The program controlled a "Turtle" that could draw. It had operations like "Pen Down" and "Move 10"" and "Left 20."
Now, if the Turtle turned left 20° N times it would draw a regular polygon and return to its original position facing in the original direction, having turned 360°.
So, since the exterior angle is 20°, this regular polygon had 360°/20° = 18 sides.
e.g., Google "logointerpreter"