Created
September 9, 2020 18:56
-
-
Save tamert/f058ae9fb51f1439df129446aed6c4ca to your computer and use it in GitHub Desktop.
2_lamda_expression.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arttir = lambda sayi : sayi*5+2 | |
print(arttir(4)) | |
# out: 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment