ElementTreeを使用して<paste_key>に値を抽出しようとしていますが、次のエラーが表示されます。誰かが私が間違っていることを私に見せてくれるの? from pastebin import PastebinAPI
from xml.etree import cElementTree as ET
import time
x = self.apiobject.pastes_by_
xmlファイルを解析するためにcElementTreeを使用しています。 .getroot()関数を使用すると、要素型が結果として返されます。 import xml.etree.cElementTree as xml
file = 'test.xml'
# parse the xml file into a tree
tree = xml.parse(file)
# Get the roo