Chris Braun

Results 34 comments of Chris Braun

> I would also understand if you want to keep the phonebook read-only. Why would that be desired? Is there some specific reason? I would also like to see an...

Here's some nicer code to create the needed entry data XML: ```python import xml.etree.ElementTree as ET def get_phonebook_entry_data(name: str, number: str) -> str: envelope = ET.Element("Envelope", {"xmlns:s": "http://www.w3.org/2003/05/soap-envelope"}) contact =...

Hey, sorry for the late answer -- that sounds good/acceptable to me. If you still want to contribute this, feel free to!