x = 5 # initial value x2 = x * 2 # doubling the value print(x2) # Outputs: 10 Or, if you want to update the original variable: