Please note: for now, when you go to the tab IDE, you can solve this problem only via Pycharm. We are sorry for the inconvenience, we will fix this as soon as we can. If you prefer to solve the problem via a different IDE, you should open it manually and then copy the solution to the website.
A text file you will work with will have the following structure:
<team name="Snow white">
<members>
<member name="Dopy"/>
<member name="Bashful"/>
<member name="Sneezy"/>
<member name="Sleepy"/>
<member name="Happy"/>
<member name="Grumpy"/>
<member name="Doc"/>
</members>
</team>
Your task is to extract all team members' names and output them in the same order, separated by spaces. Type the result in the text field below. For the example above, the answer would be: Dopy Bashful Sneezy Sleepy Happy Grumpy Doc.