mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
7 lines
116 B
Python
7 lines
116 B
Python
some_variable1 = 1
|
|
some_variable2 = 2
|
|
|
|
def foo(some_param):
|
|
print(some_param)
|
|
|
|
print(some_variable1, foo(<caret>)) |