How to Concatenate Strings in Python| Python Tutorial
5 Different Ways to Concatenate Strings, Including Examples
Strings are immutable objects.
It means you can’t modify the existing string. The only thing you can do with strings is to add another string to an existing one.