mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
7 lines
114 B
Python
7 lines
114 B
Python
def f():
|
|
a = 1
|
|
b = 1
|
|
<selection>puts(a + b * 123)
|
|
print("Hello from extract method")</selection>
|
|
|