A

Admin • 833K Points
Coach

Q. Are String objects mutable?

  • (A) Yes
  • (B) No
  • (C) ---
  • (D) ---
  • Correct Answer - Option(B)
  • Views: 30
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The String class is immutable. That is, we cannot modify a String object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.