mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
15 lines
394 B
Python
15 lines
394 B
Python
a;
|
|
;
|
|
a=1; b
|
|
|
|
|
|
|
|
a : source.python
|
|
; : invalid.deprecated.semicolon.python, source.python
|
|
; : invalid.deprecated.semicolon.python, source.python
|
|
a : source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
; : source.python
|
|
b : source.python
|