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