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