Please enable JavaScript.
Coggle requires JavaScript to display documents.
OPERADOR DE IGUALDADE, PHYTON - Coggle Diagram
OPERADOR DE IGUALDADE
=
OPERADOR DE ATRIBUIÇÃO
==
COMPARA A COM B
OPERADORES DE COMPARAÇÃO MAIOR OU IGUAL
=
centigrade_outside ≥ 0.0 # Greater than or equal to
OPERADORES DE COMPARAÇÃO MENOR OU IGUAL
current_velocity_mph < 85 # Less than
current_velocity_mph ≤ 85 # Less than or equal to
PHYTON
CASCADE
ELIF
CASO CONTRÁRIO
ELSE
SE TODO RESTO FALHAR
IF
SE
INSTRUÇÃO CONDICIONAL
FICAR ENTRE DUAS DECISÕES DEPEDENDO DA CIRCUNSTÂNCIA
IF TRUE_OR_NOT: DO_THIS_IF_TRUE