Use the json module to convert Python lists into JSON lists. ... our list. result = json.dumps(list) # Display the JSON data. print(result) print("Length:", ...
確定! 回上一頁