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
What do you understand by undefined variable in Python ?
Following variable definition is creating problem X = 0281, find reasons.
What is the error in following code : X, Y = 7 ?
What is Dynamic Typing feature of Python ?