Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Created May 27, 2024 16:00
Show Gist options
  • Save s3rgeym/e932444ef3375351dfdf75d1a3782283 to your computer and use it in GitHub Desktop.
Save s3rgeym/e932444ef3375351dfdf75d1a3782283 to your computer and use it in GitHub Desktop.
In [5]: list(map(2 .__add__, [1, 2, 3]))
Out[5]: [3, 4, 5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment