x is already a defined variable and categorized as x
These simple lines show how adding 5 to current value of x stores the new value back in x
x = x + 5
This is an operation where the initial value of x is added with 5 and the result is then equated or stored to as value of x