Skip to content

Instantly share code, notes, and snippets.

@CodeDrome
Created September 13, 2022 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeDrome/fdd69621adaa54bb9ff1e2f3de5252ce to your computer and use it in GitHub Desktop.
Save CodeDrome/fdd69621adaa54bb9ff1e2f3de5252ce to your computer and use it in GitHub Desktop.
samplefunctions.py
samples = {
"quadratic": (lambda x: x**2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment