if hasattr(input_tokens, "is_gcu") and input_tokens.is_gcu: ...
Operator precedence determines the order in which operators are evaluated in an expression. Operators with higher precedence are evaluated before operators with lower precedence. When operators have ...