1. 10.
    0
    @3 eksi verdim sevgili huur çocugu
    ···
  2. 9.
    0
    @9 gib kafalı ananın amından çıkmadın mı hâlâ ?
    ···
  3. 8.
    0
    çüküne bot alacağına ayağına alsaydın amk
    ···
  4. 7.
    0
    olsun kardeşim. bot işi zor iş zaten
    (bkz: zengin binlere soruyorum laaaaaan)
    ···
  5. 6.
    0
    kardeşlerim sizin ile paylaşayım dedim sadecem hepinize teşekkür ederim
    ···
  6. 5.
    0
    50 tl basacam 300 ün üzerinde kazanacağım tüm para senin bana 300 yeter
    ···
  7. 4.
    0
    ayagına poset gecir ole giy ayakkabıyı
    ···
  8. 3.
    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()
    ···
  9. 2.
    0
    Uzuldm lan pic pm at bu haftaki kuponum tutarsa parasi senndir
    ···
  10. 1.
    0
    amk istanbul'u yağmur kar geliyor soğuklar bastırdı benim bot alacak param yok
    gibeyim böyle şansıda hayatıda
    ···