Удалить дополнительные пространства и пустые линии с String Python

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