Let's dive straight into Python by creating a variable. Variables in Python don't require a keyword.
Create a statement variable and give it an initial value using the equal sign (=).
That's right! We'll use variables to store the location of files later.
Make sure to place the variable name statement to the left of the equal sign (=).