-
1.
0#!/usr/bin/python3
class AnimalActions:
def quack(self): return self. strings['quack']
def feathers(self): return self. strings['feathers']
def bark(self): return self. strings['bark']
def fur(self): return self. strings['fur']
class Duck(AnimalActions):
strings = dict(
quack = "Quaaaaak!",
feathers = "The duck has gray and white feathers.",
bark = "The duck cannot bark.",
fur = "The duck has no fur."
)
class Person(AnimalActions):
strings = dict(
quack = "The person imitates a duck.",
feathers = "The person takes a feather from the ground and shows it.",
bark = "The person says woof!",
fur = "The person puts on a fur coat."
)
class Dog(AnimalActions):
strings = dict(
quack = "The dog cannot quack.",
feathers = "The dog has no feathers.",
bark = "Arf!",
fur = "The dog has white fur with black spots."
)
def in_the_doghouse(dog):
print(dog. bark())
print(dog.fur())
def in_the_forest(duck):
print(duck. quack())
print(duck. feathers())
def main():
donald = Duck()
john = Person()
fido = Dog()
print("- In the forest:")
for o in ( donald, john, fido ):
in_the_forest(o)
print("- In the doghouse:")
for o in ( donald, john, fido ):
in_the_doghouse(o)
if __name__ == "__main__": main()
-
ccc rammstein ccc günaydın diler 04 12 2024
-
bi kız max bu kadar kapalı olmalı
-
wow girl çilek istermisin
-
bir keresinde torpili havada patlatmak için
-
mkultravictim31 telefon kulubesindeki
-
şamın motivenin
-
incisozluk bozuk degilse
-
vikings videolar kismindaki cimsel
-
560 bin tl parasi olan salaktir
-
katliam yapma fikrim var ama
-
gay olunca kafam rahatladii
-
the man who wear a red jacket
-
aslanların da bir kedi olması
-
wowgirl dava acakmis ozelden soyledi
-
pehh yine akşamı ettik pehh 04 12 2024 19 31
-
sevdiğimi başkalarıyla göreceksem
-
düşünsenize evde otururken ben geliyorum
-
sizin cift hesap kulandinizi bilmiyormuyuz
-
zaro ağa nın taku üstüne tak olur mu
-
wowgirl mesaj kutusuna bakip gecici
-
namık bile gitti buradan
-
züt giberler derneği
-
4 aralık 2024
-
wowgirl karim olsaydi gavat oldugum
-
amım yangın yeri
-
ah eski yazarlar
-
hala 18 sayfa başlık açılıyor hayret bişi ak
-
namik babasina kitap aldirmaliydi vol1
-
memati veledi nerdesin
-
mematiyle hapisteyken memati sabunu
- / 2