This post is the eighth of many that attempts to document everything I have been learning about Python. Strings are ordered collections of single characters. They are part of the family of sequences. Python does not have a type that is used to represent single characters. You create a string by enclosing a piece of… Continue reading Python – Strings