General Notes

String Manipulation

Strings are conceptually like arrays of characters. This means many operations done in arrays can be done in string.

PYTHON

Python can be executed directly in the browser.

Editor — Python
Output
No output yet.

Slicing/Substring: Returns a range of characters by specifying a start and end index (exclusive)
Concatenation: Combining two or more strings together

PYTHON

Python can be executed directly in the browser.

Editor — Python
Output
No output yet.