I have the following code to generate circles recursively one inside the other. My problem is that only 2 circles are generated
import tkinter as tk
import sys
def dibujar_circulo(inicio, fin, delta):
c.create_oval(inicio,inicio,fin,fin,f...
asked by
13.02.2018 / 22:31