Files
oleg20111511 f235a35ebb Reorganize
2026-03-02 19:15:17 +02:00

2 lines
44 B
Python
Executable File

mult = lambda x, y: x * y
print(mult(2, 5))