我用google api 翻译 api 得到汉字,但我不知道如何转换成文字

I use google api translate api get chinese character, but I don't know how to convert into words

我用google翻译api,得到简单的中文单词; 但他们只会这样显示:'\u6211\u7684\u540d\u5b57\u53eb\u6770\u592b', 我知道这是 Unicode,所以我使用 .encode('utf-8'),但不起作用。 有没有人有办法让它显示文字。

运行 python 控制台:

Python 3.5.2 (default, Aug  2 2016, 14:18:34) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> words = '\u6211\u7684\u540d\u5b57\u53eb\u6770\u592b'
>>> words
'我的名字叫杰夫'