mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
30 lines
1.0 KiB
Python
30 lines
1.0 KiB
Python
for a, b, c in b:
|
|
pass
|
|
else:
|
|
1/0
|
|
|
|
|
|
|
|
for : keyword.control.flow.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
, : punctuation.separator.element.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
, : punctuation.separator.element.python, source.python
|
|
: source.python
|
|
c : source.python
|
|
: source.python
|
|
in : keyword.operator.logical.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
: : punctuation.separator.colon.python, source.python
|
|
: source.python
|
|
pass : keyword.control.flow.python, source.python
|
|
else : keyword.control.flow.python, source.python
|
|
: : punctuation.separator.colon.python, source.python
|
|
: source.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
/ : keyword.operator.arithmetic.python, source.python
|
|
0 : constant.numeric.dec.python, source.python
|