Python Devuelve citas dobles en lugar de soltero

>>> import json
>>> List = ["A", "B"]
>>> print json.dumps(List)
["A", "B"]
Successful Stag