subject
Computers and Technology, 30.04.2022 05:20 yair7

I just dont understand, It says no output and that my_dog is not defined. 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()

# TODO: Create generic pet (using pet_name, pet_age) and then call print_info()

# TODO: Create dog pet (using dog_name, dog_age, dog_breed) and then call print_info()

# TODO: Use my_dog. breed to output the breed of the dog

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:30
Alex’s family members live in different parts of the world. they would like to discuss the wedding plans of one of their distant relatives. however, alex wants all the family members to talk to each other simultaneously so that they can make decisions quickly. which mode of internet communication should they use? a. blog b. email c. wiki d. message board e. instant messaging
Answers: 2
question
Computers and Technology, 24.06.2019 16:00
Your is an example of personal information that you should keep private.
Answers: 2
question
Computers and Technology, 25.06.2019 05:00
The ratio of men to women in a certain factory is 3 to 4 .there are 210 men.how many workers are there?
Answers: 2
question
Computers and Technology, 25.06.2019 08:00
Astrategy for speeding up hard drive performance is
Answers: 2
You know the right answer?
I just dont understand, It says no output and that my_dog is not defined. class Pet:
def __i...
Questions
question
Mathematics, 19.03.2021 02:00
question
Mathematics, 19.03.2021 02:00
question
Mathematics, 19.03.2021 02:00
question
Mathematics, 19.03.2021 02:00
question
Social Studies, 19.03.2021 02:00
question
Mathematics, 19.03.2021 02:00
question
Biology, 19.03.2021 02:00
Questions on the website: 13722363