Usuń dodatkowe przestrzenie i puste linie z Python sznurka

"\n".join([s for s in code.split("\n") if s])
talhapythoneer