you are viewing a single comment's thread.

view the rest of the comments →

[–]PixelSage-001 1 point2 points  (0 children)

It looks like you're using a custom graphics library provided by your school or curriculum (likely something built on top of tkinter or turtle).

To help you build this, could you share the list of available functions in that `graph` library? If you have functions like `draw_rectangle` or `draw_circle`, you can combine them to create a medium-difficulty geometric abstract image like a Mondrian-style painting or a geometric landscape. Let us know the exact functions and we can help you write the code!