有任务需要限制代码行数,于是使用三目运算符压缩代码量 (lu = item) if lu == "无" else ((ru = item) if ru == "无" else x=0) 但是显示语法错误 请问是什么原因