tutorial.eyehunts.com
Remove leading and trailing spaces in Python | Example code
Use the strip() method to remove trailing and leading spaces in Python. It will not remove internal spaces in a string.
Rohit