mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
709 B
Python
19 lines
709 B
Python
a = `\
|
|
123`
|
|
print a
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|
|
\ : invalid.deprecated.backtick.python, punctuation.separator.continuation.line.python, source.python
|
|
: invalid.deprecated.backtick.python, source.python
|
|
123 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
|
|
` : invalid.deprecated.backtick.python, source.python
|
|
print : source.python, support.function.builtin.python
|
|
: source.python
|
|
a : source.python
|