b599481
1
2
3
4
5
6
7
import json with open('item_ids.json', encoding='utf-8') as f: item_ids = json.load(f) print(len(item_ids))