+ 1
What is in -place operator
2 Answers
+ 3
They are operators that modifies the left-hand operand with the expression or value used as the right-hand operand, how it modifies the left-hand operand depends on the type of the left-hand operand. That is covered in "Basic" chapter of Python lesson.
https://www.sololearn.com/learn/Python/2429/
0
in a easy text