RosettaCodeData/Task/Repeat-a-string/Python/repeat-a-string-4.py

3 lines
35 B
Python

x = lambda a: a * 5
print(x("ha"))