2016-11-07 67 views

回答

3

使用repr()打印內容爲:

>>> print(repr(name)) 
'grok' 

代替:

>>> print(name) 
grok