# Ergänze das Programm.

Tiere = ["Katze", "Vogel", "Hund", "Maus", "Fisch"]
for tier in Tiere:
    if tier == "Hund":
        print("Gefunden:", )