The method converts all characters in a string to lowercase.

Strings are a sequence of .

String slicing in Python is , meaning the first character has an index of 0.

is the process of combining two or more strings together.

The method converts all characters in a string to uppercase.

Using a step value in string slicing allows you to skip characters. For example, [::2] will return characters.