LAB_CLASSES_1 Using what you learned about classes , create a class to represent a Panda. The class should have the following: 4 Attributes 2 Methods Create 4 instances of the class Panda , print 1 attribute value, and call the two methods on each instance.