#!/usr/bin/env python # coding: iso-8859-1 names = ["anton", "berta", "cäsar", "dora"] for name in names: name = 'unknown' print names # Geht nicht.