mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 18:13:36 +07:00
3 lines
46 B
Python
3 lines
46 B
Python
def comp_args((a, b)=(3, 4)):
|
|
return a, b
|