Y
Hacker News
new
|
ask
|
show
|
jobs
by
nathangrigg
4342 days ago
Python:
def g(a='', n=0): return 'g '+ 'o'*n + a if a else lambda a='': g(a, n+1)