Random Intersecting Lines with Python Turtle

Draw many lines with Python Turtle. If a line intersect with another line draw the line in red color, otherwise draw it in black. Knowing the orientation of triangles may help you solve this problem.

Random Intersecting Lines with Python Turtle