79821895

Date: 2025-11-17 04:02:03
Score: 1
Natty:
Report link

Just iterate through xml.etree.ElementTree.Element directly:

for hasgame in root:
    xmlDictionary[hasgame[0].text] = hasgame[1].text
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: shmnff