In this Python tutorial we will learn about STRING Functions
lstrip() Returns a left trimmed version of the string
rstrip() Returns a right trimmed version of the string
strip() Returns a fully trimmed version of the string
split() Splits the string at the specified separator, & returns a list
splitlines() Splits the string at line breaks and returns a list