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