Decode html python

import html

print(html.unescape('£682m'))
print(html.unescape('© 2010'))
Agreeable Alpaca