amalsaab / LAB_CLASSES_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 100.0%