Skip to content

Instantly share code, notes, and snippets.

@ofelix03
Created March 2, 2021 13:51
Show Gist options
  • Save ofelix03/333f96db56cb0d8bbd680b2f089dc172 to your computer and use it in GitHub Desktop.
Save ofelix03/333f96db56cb0d8bbd680b2f089dc172 to your computer and use it in GitHub Desktop.
Calling lambda in f-string
# Do this
f'{(lambda x: x* 2)(3)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment