Question from the Python test

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

Hard

Given the following Python code:

valueA = 2 + 1 - 3
valueB = 0.2 + 0.1 - 0.3
valueC = 100 + 044 - 144
Author: Antoine BrennerStatus: PublishedQuestion passed 1747 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!