mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
11 lines
85 B
Python
11 lines
85 B
Python
sum(
|
|
1,
|
|
2, 3,
|
|
5,
|
|
)
|
|
|
|
sum(
|
|
1,
|
|
2, 3,
|
|
5)
|