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 using strings. However, some basic operations are mentioned below:

Initialize a String

A string can be defined using single or double quotes:

Get hands-on with 1200+ tech skills courses.