Question: Design a Python class to describe a Pokemon. Think about what attributes a Pokemon should have and what methods (besides the generic __str__ method) should
Design a Python class to describe a Pokemon. Think about what attributes a Pokemon should have and what methods (besides the generic __str__ method) should Pokemon class contain. The specific attributes and methods are up to you but I want to see at least three of each. (constructor and __str__ method don't count toward the three required methods).
-------------------------------------------------------------------------------------
REMEMBER THIS IS PYTHON FOR BEGINNERS SO KEEP AS SIMPLE AS POSSIBLE.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
