Best post immutable string,string operations python-2

string-operations-in-python-itvoyagers

String datatype and string operations Python supports many simple and compound datatypes. Few data types like list, dictionary are mutable and others like string datatype, tuple are immutable. Mutable datatypes means changes can be done and are reflected in same variable. Immutable datatypes means changes can be done but not in same variable. String is collection or … Read more

Best post on string datatype in python – 1

String datatype in Python

String Datatype in Python Python supports many simple and compound datatypes. Few data types like list, dictionary are mutable and others like string datatype, tuple are immutable. Mutable datatypes means changes can be done and are reflected in same variable. Immutable datatypes means changes can be done but not in same variable. String is collection … Read more