gibberish = '&L&PHANT* &AG&RLY &AT &NORMOU* AMOUNT* OF D&LICIO&* WAT&RM&LON*'
# use str.replace() to clean up string
# note that we have to use it twice
print(text)
Python
Setting up Python environment...
Output
gibberish = '&L&PHANT* &AG&RLY &AT &NORMOU* AMOUNT* OF D&LICIO&* WAT&RM&LON*'
# use str.replace() to clean up string
# note that we have to use it twice
print(text)
Setting up Python environment...