Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Both A and B technicians are correct because both might be used to test fuses, according to technician B.
<h3>What is continuity?</h3>
The behavior of a function at a certain point or section is described by continuity. The limit can be used to determine continuity.
From the question:
We can conclude:
The technician claims that you may check for continuity using both an ohmmeter and a self-powered test light. Both might be used to test fuses, according to technician B.
Thus, both A and B technicians are correct because both might be used to test fuses, according to technician B.
Technician A says both an ohmmeter and a self-powered test light may be used to test for continuity. Technician B says both may be used to test fuses. Who is correct?
Learn more about the continuity here:
brainly.com/question/15025692
#SPJ1
The answer is 2nd Step because the first step is to define the problem and third is to define your goals