For this assignment, you are tasked with formatting Pokemon moves from Generation 5 (consisting of the games Pokemon Black, White, Black 2, and White 2) into well-formed XML.
Important notes about the data:
- Every line is a separate move.
- Each move has a value for: its type, category, power, accuracy, and power points.
- These values are separated by tabs.
- Status moves do not have power or accuracy values.