mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 18:13:36 +07:00
GitOrigin-RevId: cc3466aeec9d4cedb77844584712970e5d43a859
1 line
62 B
Python
1 line
62 B
Python
partial_sums = [total := 1 + v for v in [1, 2, 3, 4, 5, 6, 7]] |