Question: PYTHON Question! The most import part is the last part that it is required to write functions to get access to data for Pokemon to
PYTHON Question!
The most import part is the last part that it is required to write functions to get access to data for Pokemon to battle and evolve for battle within the class. Please help.

Design a class named Pokmon to represent a Basic Pokmon Trading Card. Create a Basic Pokmon Trading Card (a class) and then three instances of the cards. Start from drawing a UML diagram of the card and writing its identity, attributes and functionalities. - Each Pokmon card should have at least a name, a type, a stage, and an amount of Health Points (HP) private data fields - str method to print the string representation of the class - The instances should be created in the main() method and method should be called from: If __name__ =main main ': (see attached game rules to collect symbol names ) [Don't create a Pokmon which is NOT in the rulebook] Pokmon card functions could be created based on the following description: - Opposite Pokmon can be knock out by using attack or abilities. - The card can Evolve into Stage 1 and Stage 2. (HP is how much damage it can take before the card knock out) - Create one or more accessor method to get access to the data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
