0
Can someone help me with tkinter module
how to create a circle with random position but same size
2 Respuestas
0
For circle you have to use "create_oval" from tkinter. See the code
https://code.sololearn.com/cTfzOL493jpo/?ref=app
you can wrap to function and classes as you wish.
0
look this code isn't working