mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
403 B
Python
14 lines
403 B
Python
nonlocal a, b, c
|
|
|
|
|
|
|
|
nonlocal : source.python, storage.modifier.declaration.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
|