質問編集履歴

1

ソースコード追加

2022/09/30 09:06

投稿

123478
123478

スコア2

test CHANGED
File without changes
test CHANGED
@@ -5,8 +5,10 @@
5
5
  <text>patients</text>              
6
6
  <passage>
7
7
 
8
-
8
+ ソースコード
9
-
9
+ import xml.etree.ElementTree as ET
10
+ tree = ET.parse('result.xml')
11
+ root=tree.getroot()
10
12
 
11
13
 
12
14
  ### 試したこと