Ich möchte eine Zeichenfolge in einer Datei mit einem Python-Programm namens speichern Failed.py Folgendes habe ich bisher: myFile = open('today','r') ips = {} for line in myFile: parts = line.split(' ') if parts[1] == 'Failure': if parts[0] in ips: ips[pars[0]] += 1 else:...