Variables are used to store data in a program. In Python, you can create a variable by assigning a value to it using the equals sign (=). For example, x = 5 creates a variable named x and assigns it the value 5. you can also use variables to store values that arn't numbers like number like words, when storing words you need to put them in quotation marks or else it will say undefined