mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
24 lines
741 B
Python
24 lines
741 B
Python
a&&b||c
|
|
a &&= a
|
|
b ||= c
|
|
|
|
|
|
|
|
a : source.python
|
|
&& : invalid.illegal.operator.python, source.python
|
|
b : source.python
|
|
|| : invalid.illegal.operator.python, source.python
|
|
c : source.python
|
|
a : source.python
|
|
: source.python
|
|
&& : invalid.illegal.operator.python, source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
b : source.python
|
|
: source.python
|
|
|| : invalid.illegal.operator.python, source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
c : source.python
|