You have a string S = 'Python'. Which of the following operations on 'S' is invalid?

Strings in Python are immutable by nature and hence, any character in the string cannot be altered. 

Comments