3 Answers
+ 4
You might be looking for something like pygame. You can draw your basic rectangles and circles, and you can also make complex graphics and games with it.
https://www.pygame.org
You can also try Processing. You need to download the software, but it is more beginner friendly and easier to learn
https://py.processing.org/
+ 1
Just A Rather Ridiculously Long Username I wrote a code in the python interpreter.In fact I copied from a tutorial but it didn't draw a complete rectangle. I don't know why.
0
Could you show the code?