Introduction
Variables hold information so you can use or change it later in your script. They keep data safe while your script runs.
When you want to remember a user's name to greet them later.
When you need to store a number to use in calculations.
When you want to save a file path to open or save files.
When you want to keep track of a status or choice during a script.
When you want to reuse a value multiple times without typing it again.