CBSE Class 11 Computer Science Question 68 of 106

Python Fundamentals — Question 17

Back to all questions
17
Question

Question 17

What would the following code do : X = Y = 7 ?

Answer

It will assign a value of 7 to the variables X and Y.