18. What is the error in following code : X , Y = 7 ? / sa 11 cs chapter 6, sa 11 ip chapter 3, Uncategorized / By PythonCSIP CS IP The error is that the assignment of two variables is being done by providing just one value. A TypeError will be raised.