def handle_artist(_, artist): print(artist['name']) return True xmltodict.parse(GzipFile('discogs_artists.xml.gz'), item_depth=2, ...
確定! 回上一頁