3 lines
34 B
Python
Raw Normal View History

f = lambda: 0
f = lambda x: 1 + x