Answers for "python return double quotes instead of single"

-1

python return double quotes instead of single

>>> import json
>>> List = ["A", "B"]
>>> print json.dumps(List)
["A", "B"]
Posted by: Guest on September-06-2020

Code answers related to "python return double quotes instead of single"

Python Answers by Framework

Browse Popular Code Answers by Language