203k views
2 votes
In the code below what would you expect the value of y to be at the end of the code?

This is about Python. :)
y=2
y=x+3
x=4

A. 7
B. 2
C. 5
D. 3

If you don't know the answer please just leave. Don't give me the wrong answer just to get points.

1 Answer

3 votes
A. x=4 and 4+3 =7                              se
User FLCL
by
7.1k points