Lecture #2 Python Data Type and Variables data data type ...

Strings of characters in Python Strings are one of Python’s collection classes, more precisely a sequential collection class. Read p.9 of the lab manual. Strings can be entered with single, double or triple quotes. Individual characters in a string are numbered from 0 to n-1 … ................
................