top of page
Search

Recent Posts

See All
PYTHON CODE

def outer(): funcs = [] for i in range(3): def inner(i=i): return i * 2 funcs.append(inner) return funcs a, b, c = outer()...

 
 
 

1 commento


Ospite
14 gen

Not too difficult.

Mi piace
bottom of page