mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
11 lines
54 B
Python
11 lines
54 B
Python
sum(
|
|
1,
|
|
2, 3,
|
|
5,
|
|
)
|
|
|
|
sum(
|
|
1,
|
|
2, 3,
|
|
5)
|