logo

Crowdly

Оберіть результат виконання програми: class Bird(): ....def __init__(self): ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Оберіть результат виконання програми:

class Bird():

....def __init__(self):

........self.abilitytofly = True

class Parrot(Bird):

....pass

class Penguin(Bird):

....def __init__(self):

........self.abilitytofly = False

frosty = Penguin()

petya = Parrot()

print(frosty.abilitytofly, petya.abilitytofly)

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on elr.tnpu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!