mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
3 lines
164 B
Python
3 lines
164 B
Python
current_sum = 1
|
|
numbers = [1, 2, 3]
|
|
<weak_warning descr="Assignment can be replaced with augmented assignment">current_sum = current_sum + numbers[0]</weak_warning> |