mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
5 lines
56 B
Python
5 lines
56 B
Python
xx = 1
|
|
def f():
|
|
global x<ref>x
|
|
print xx
|
|
|