Python XML mengganti nilai atribut

 Change XML Attribute using Python
Solution: First we parse the xml file and perform the string contains operation to check if the title of the book contains “Python“. If the string contains the keyword, we use the set() method to change the attribute value
Frightened Ferret