python how to remove blank lines from string code example Example: remove extra spaces and empty lines from string python "\n".join([s for s in code.split("\n") if s])