wip
This commit is contained in:
parent
c9da9ce60e
commit
69bb8e7d3f
|
@ -12,4 +12,4 @@ hilos = list()
|
||||||
for n in nombres:
|
for n in nombres:
|
||||||
t = threading.Thread(target=thread_Apellido, args=(n,), kwargs={'inicio':5, 'fin':8})
|
t = threading.Thread(target=thread_Apellido, args=(n,), kwargs={'inicio':5, 'fin':8})
|
||||||
hilos.append(t)
|
hilos.append(t)
|
||||||
t.start()
|
t.start()
|
Loading…
Reference in New Issue