mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
5 lines
302 B
Python
5 lines
302 B
Python
def do_stuff():
|
|
another_long_variable = a_really_long_function_name_with_parameters(12,
|
|
this_is_the_first_param=23,
|
|
this_is_the_second=45).do_more_stuff_to_the_result()
|