a=5 b=6 a=b+=6
The above statements when executed in python shows syntax error. Why is it so?Does multiple compound assignments are not posdible in