Advertisements
Advertisements
Question
Do you modify a string in Python?
Short Note
Solution
- No, because strings in python are immutable.
- That means once you define a string, modifications or deletion are not allowed.
- If we want to modify the string, a new string value can be assigned to the existing string variable.
shaalaa.com
Introduction to Strings
Is there an error in this question or solution?