Python List Tips
https://www.youtube.com/watch?v=vFqAHFMRcaI
Some errors may occur when modifying or updating values in Python List because of these small mistakes that we might make. Therefore in this article, I’ll explain how to avoid those by understanding Immutab...
blog.heriyanto.dev5 min read
naveen namani
Dev
That's not the funny thing, that's the whole concept of mutable and unmutable objects in python. I feel like this is not the best way to explain it to a #python-beginner.