def cesta(n, E): for i in range(n): E.append( (i, n+i) ) housenka(2*n, E)