mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
5 lines
94 B
Python
5 lines
94 B
Python
search_variable = 1
|
|
|
|
def function():
|
|
global search_variable
|
|
<caret>search_variable = 2 |