mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
16 lines
187 B
Python
16 lines
187 B
Python
def f1(first_argument,
|
|
second_argument
|
|
):
|
|
pass
|
|
|
|
|
|
def f2(first_argument, second_argument):
|
|
pass
|
|
|
|
|
|
def f3(
|
|
first_argument,
|
|
second_argument
|
|
):
|
|
pass
|