Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
quickFixes
/
PyAugmentAssignmentQuickFixTest
/
subscription_after.py
blob: 0af96fb8ef68bfb4ad02e0770c518bf491b95262 [
file
] [
log
] [
blame
]
current_sum
=
1
numbers
=
[
1
,
2
,
3
]
current_sum
+=
numbers
[
0
]