Value = A piece of data stored in Python
5
"Hello"

Explanation
A value is the information itself. Every value in Python is also an object.

Example

age = 25
  • Value: 25