Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fadea commit c5f7a51Copy full SHA for c5f7a51
1 file changed
reference/expressions.po
@@ -2175,6 +2175,9 @@ msgid ""
2175
"explicitly given, operators are binary. Operators in the same box group "
2176
"left to right (except for exponentiation, which groups from right to left)."
2177
msgstr ""
2178
+"下表对The following table summarizes the operator precedence in Python "
2179
+"中运算符的优先顺序进行了总结,从最高优先级(最先绑定)到最低优先级(最后绑定)。 相同单元格内的运算符具有相同优先级。 "
2180
+"除非句法显式地给出,否则运算符均指二元运算。 相同单元格内的运算符从左至右分组(除了幂运算是从右至左分组)。"
2181
2182
#: ../../reference/expressions.rst:1816
2183
msgid ""
0 commit comments