fork download
  1. import html
  2. x = html.unescape('Эхо Москвы')
  3. print(x)
Success #stdin #stdout 0.02s 9960KB
stdin
Standard input is empty
stdout
Эхо Москвы