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