Logo is a programming language for education, designed in 1967 by Wally Feurzeig, Seymour Papert, and Cynthia Solomon. It was widely known for introducing turtle graphics. This program pays homage to the origins of turtle.
A company called “Maze” have a new logo that needs to be drawn to any scale.
⭐⭐⭐
Write a program to output the maze logo shown above. You only need to draw the blue outline walls, not the yellow solution line.
It will be helpful to add a comment for each section as you go so that you don’t lose where you are.
size to any value.
Automated feedback for this assignment is still under construction. Submitted programs are checked for syntax errors and their source code is checked for potential errors, bugs, stylistic issues, and suspicious constructs. However, no checks are performed yet to see if the program correctly implements the behaviour specified in the assignment.