Python
Trim off white space characters in Python
Having a space at the beginning or the end of a string can be frustrating when formatting output. Even more so if the string came from user input and really shouldn't have spaces surrounding the information, like a name or an address. Here's how we can