Django Trim String Whitespace

sunny_leone = "     sunny leone     "

x = sunny_leone.strip()
Troubled Termite