mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: af7099a6ba948c740c8183674b24eeeddf164e70
5 lines
135 B
Python
5 lines
135 B
Python
def <info descr="PY.FUNC_DEFINITION">foo</info>():
|
|
global g
|
|
g = "world!"
|
|
|
|
<info descr="PY.BUILTIN_NAME">print</info>("Hello, " + g) |