Skip to content

Instantly share code, notes, and snippets.

@tamert
Created September 9, 2020 18:56
Show Gist options
  • Save tamert/f058ae9fb51f1439df129446aed6c4ca to your computer and use it in GitHub Desktop.
Save tamert/f058ae9fb51f1439df129446aed6c4ca to your computer and use it in GitHub Desktop.
2_lamda_expression.py
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