So far, we’ve been using Python much like a simple calculator; to do better justice to its built-in types, let’s move on to explore strings. Strings Strings are used to record textual information as well as arbitrary collections of bytes. They are our first example of what we call a...