I am using Python request method for sending a Post API request. The content of the response obtained is in the following format:
<RESPONSE>
<DATE></DATE>
<CODE></CODE>
</RESPONSE>
How to proceed in parsing the response if I want to get the code from the response?