在Python中,海象算子的运算顺序是什么?

In Python, What is the order of operations for the walrus operator?

如果有人能通过在 PEMDAS 中添加一个 W 来给出答案,那将是非常有用的。谢谢

它低于逗号运算符以外的所有内容。 https://www.python.org/dev/peps/pep-0572/