String Methods

suggest change

Syntax

Remarks

String objects are immutable, meaning that they can’t be modified in place the way a list can. Because of this, methods on the built-in type str always return a new str object, which contains the result of the method call.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents