Python Language String

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

String are a Python sequence of characters. Strings are immutable, a string cannot be changed in-place. Python 3 supports the Unicode standard, so Python 3 strings can contain characters from any written language in the world.

The [] Operator and String Slices

TO DEPLETE

Python Language String TODELETE