Strings
Now that you have learned numbers, let's dicuss the strings.
We'll cover the following...
What are Strings?
Python also has support for string datatypes. Strings are sequences of characters (like words).
There are number of operations that can be performed ...