30-Days-Of-Python/files/xml_example.xml
2019-12-07 23:30:12 +02:00

11 lines
234 B
XML

<?xml version="1.0"?>
<person gender="male">
<name>Asabeneh</name>
<country>Finland</country>
<city>Helsinki</city>
<skills>
<skill>JavaScrip</skill>
<skill>React</skill>
<skill>Python</skill>
</skills>
</person>