mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
17 lines
657 B
Python
17 lines
657 B
Python
assert a or b, 'aaa'
|
|
|
|
|
|
|
|
assert : keyword.control.flow.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
: source.python
|
|
or : keyword.operator.logical.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
, : punctuation.separator.element.python, source.python
|
|
: source.python
|
|
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
|
aaa : source.python, string.quoted.single.python
|
|
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|