18. What is the error in following code : X , Y = 7 ?

The error is that the assignment of two variables is being done by providing just one value. A TypeError will be raised.