Saltar al contenido

orden de precedencia en el ejemplo de código de Python

Ejemplo: precedencia de operadores en python

Operator Precedence from highest to lowest

Parentheses/Brackets {} [] () 
function calling e.g square(5), indexing/slicing
await x
Exponentiation e.g x ** 3
+x, -x postive/negative
multiplication, division remainders e.g *, //, /, %
Addition and Subtraction, + and -
Shifts: <<, >>
Bitwise AND: &
Bitwise XOR: ^
Bitwise OR: |
Comparisons: in, is, is not, not in, ==, !=, >, <, >=, <=
Boolean NOT: not x
Boolean AND: and
Boolean OR: or
Conditional: if, else, elif
lambda expressions
Assignment Operator: =
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *