python string

Python String-:  Strings can be created by enclosing the character or the sequence of characters in the quotes. Python allows us to use single quotes, double quotes, or triple quotes to create the string.For example str=” welcome in python” String Method in Python-: Most of the Python string methods are built into the standard Python string class … Read more