None
In 1827, Peter Desvignes developed the “Speiragraph”, a device to create elaborate spiral drawings. In the 20th Century this became a popular children’s toy, the Spirograph™. In addition to creating drawings, practical uses include creating patterns on banknotes that make it much more difficult to accurately create forgeries.
⭐⭐⭐
Write a program that draws a roulette using the number of turns in the circle, the number of sides and length of a side in the shape.
Remember to add a comment before a subprogram, condition or iteration to explain its purpose.
draw_shape that:spiro that:main program so that:spiro subprogram is called.spiro(20, 50, 6)

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.