mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
1004 B
Python
19 lines
1004 B
Python
a = `(1, `2`)`
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|
|
( : invalid.deprecated.backtick.python, punctuation.parenthesis.begin.python, source.python
|
|
1 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
|
|
, : invalid.deprecated.backtick.python, punctuation.separator.element.python, source.python
|
|
: invalid.deprecated.backtick.python, source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|
|
2 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|
|
) : invalid.deprecated.backtick.python, punctuation.parenthesis.end.python, source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|