How do I modify a string? Technology Community › Category: Python › How do I modify a string? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You can’t, because strings are immutable. In most situations, you should simply construct a new string from the various parts you want to assemble it from.