j
k
j a
j l
On 3/30/17, Joshua Morton <joshua.morton13@gmail.com> wrote:
def repeat_for(func, iters): return func() for _ in range(iters) does what you want without any required syntax changes.
def repeat_for(func, iters): return func() for _ in range(iters)
does what you want without any required syntax changes.
I've got a "SyntaxError: invalid syntax" PL.
Back to the thread
Back to the list