mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 19:02:04 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
5 lines
65 B
Python
5 lines
65 B
Python
abacaba = 42
|
|
|
|
def foo(abacaba):
|
|
print(abacaba)
|
|
print(<caret>) |