Error: Search failed: Failed to fetch YouTube search results

Python Strings, Immutability, And +=

2022 8:04
Synopsis
It might seem like you can change a Python string with +=. But really, strings are immutable. So, what's going on here?