Computer Science
What would the following code do : X = Y = 7 ?
Python Funda
32 Likes
Answer
It will assign a value of 7 to the variables X and Y.
Answered By
19 Likes
What would the following code do : X = Y = 7 ?
32 Likes
It will assign a value of 7 to the variables X and Y.
Answered By
19 Likes