Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
AugmentAssignmentSubscription_after.py
blob: 30e3c4cc8121c5b7605f4f03b1f6cdd54a47e0c8 [
file
] [
log
] [
blame
]
current_sum
=
1
numbers
=
[
1
,
2
,
3
]
current_sum
+=
numbers
[
0
]