Skip to content

Instantly share code, notes, and snippets.

@IanCarrasco
Last active July 31, 2020 17:34
Show Gist options
  • Save IanCarrasco/b3ae80507835ccac6578a76cc9e744b8 to your computer and use it in GitHub Desktop.
Save IanCarrasco/b3ae80507835ccac6578a76cc9e744b8 to your computer and use it in GitHub Desktop.
#md | Quadratic Functions
#mdi | https://i.ytimg.com/vi/PpwEsHKwmbs/maxresdefault.jpg
x = list(range(-10, 10))
quadratic = x**2
#md | Cubic Functions
cubic = x**3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment