RosettaCodeData/Task/Repeat-a-string/Python/repeat-a-string-4.py
2023-07-01 13:44:08 -04:00

2 lines
35 B
Python

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