アットウィキロゴ

q2666

import json
path="example.txt"
r=[json.loads(line) for line in open(path)]
print(r[100])
最終更新:2017年12月22日 09:08