How to make shapes not overlap in python turtle?
18:57 28 Nov 2019

What technique should I use to make the numbers from the second picture not overlap as those in the first picture? The positions of the numbers should be random.

what I should have
what I have

python random numbers turtle-graphics python-turtle