...

/

Learning about Functions

Learning about Functions

Learn about functions in Python.

Functions

Before you get into graphing, you need to learn about functions.

Let’s use the equation y=x2y = x^2 to explain what a function is in Python. You can write a function that takes x, turns it into x2x^2 ...