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