Computer Science, asked by khushi060603, 3 months ago


7. How are the statements Ist = += "xy" and 1st = lst + "xy" different, where Ist is a list ? Explain.

Answers

Answered by chravi7937reddy
3

I have no idea what these are actually called, but I see them all the time. The Python implementation is something like: x += 5 as a shorthand notation ...

I have no idea what these are actually called, but I see them all the time. The Python implementation is something like: x += 5 as a shorthand notation ...

Similar questions