Entfernen Sie zusätzliche Leerzeichen und leere Linien von der Schnurpython
"\n".join([s for s in code.split("\n") if s])
talhapythoneer
"\n".join([s for s in code.split("\n") if s])