<p dir="ltr">Hello<br><br></p>
<p dir="ltr"> I hereby would like to share the problem I have faced regarding python list implementation :-<br><br></p>
<p dir="ltr"> As per python documentation python list is mutable data object.<br><br></p>
<p dir="ltr">The problem I found with the list is that is behaves differently when we use ‘+=’ and ‘+’  ‘=’ operators separately.</p>
<p dir="ltr"> For example-</p>
<p dir="ltr"> A = a + 1 and a += 1  both behave in same way for all data types except python Lists</p>
<p dir="ltr">Please find the attached module and execute it on windows python32, See the difference in output.<br><br></p>
<p dir="ltr">NOTE: Documentation should provide sufficient information for such scenario.<br><br></p>
<p dir="ltr">Kind Regards</p>
<p dir="ltr"> Archana Pandey</p>