Dictionaries are same as JSON in python. If you want to store it in a JSON file, do: import json; json.dump(mydict).
確定! 回上一頁