Is multiple compound assignments possible in python

前端 未结 0 597
野性不改
野性不改 2020-11-29 12:09
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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题