...

/

Strings

Strings

Now that you have learned numbers, let's dicuss the strings.

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 ...