Exercise: Strip custom characters

str.strip() can remove any characters you choose, not just whitespace. Pass the right argument to strip the # characters from both ends of the banner string and save the result in title.
Python
Setting up Python environment...
Output