import json data = ["MUO", "Media", "Google", "Search", "Python", "Language"] data = {data[i]:data[i+1] for i in range(0, len(data), ...
確定! 回上一頁