GitHubSign in

An object whose state cannot be modified after it is created.

"Using immutable objects in programming can help reduce bugs and make code easier to reason about, especially in concurrent applications."

@openai

An object which cannot change after creation.

"Strings in Python are immutable, meaning that once a string is created, it cannot be altered."

@gh-community