3 lines
35 B
Python
3 lines
35 B
Python
|
|
x = lambda a: a * 5
|
||
|
|
print(x("ha"))
|