The Python programming language, tutorials, and more

311 384,670 37,058
articles words lines of code

Today I learned how to do multiline input in the REPL using an uncommon combination of arguments for the built-in open.

Learn how to remove extra spaces from a string using regex, string splitting, a fixed point, and itertools.groupby.