A variable is a named storage location used to hold data that can be modified during program execution. Example (Python): name = "John" age = 25