Strings in Python are immutable or not

Question:
True or False: String methods change the original string

  1. False
  2. True
Answer:
A - is the correct answer. Strings in Python are immutable