Question from the Python test

What is the value of valueA after the following code is executed? ``` valueA = 10 valueB = 20 valueA = valueB ```