class Animal(): # 使用静态方法,下面调用不用实例化 @staticmethod def rabbit(num): try: list1 = [] &...