# Drei Wörter als Strings
wort1 = "Katzen"
wort2 = "sind"
wort3 = "süß"

# Zusammensetzen mit +
...

# Ausgabe
print(satz)
