Question: list += is like list.append() and so needs an iterable on the right side list += is like list.extend() and so needs an iterable on
list +=
is like
list.append()
and so needs an iterable on the right side
list +=
is like
list.extend()
and so needs an iterable on the right side
list +=
is like
list.append()
and so needs a single value on the right side
list +=
is like
list.extend()
and so needs a single value on the right side
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
