Python strings are array of characters placed one after the other.They represent sentence or words which has specific meaning

Python string concatenation is or appending multiple strings together in single meaningful word. Concatenation can also be done on numbers.

Python string functions manipulate the string. In this post we'll learn about slicing, splitting, replacing and case conversion of string.