Add Python notes
This commit is contained in:
2
python/функции/lambda.py
Executable file
2
python/функции/lambda.py
Executable file
@@ -0,0 +1,2 @@
|
||||
mult = lambda x, y: x * y
|
||||
print(mult(2, 5))
|
||||
Reference in New Issue
Block a user