DEV Community

Discussion on: 18 Python one-liners that will speed up your coding process.

Collapse
 
j_mplourde profile image
Jean-Michel Plourde

It breaks the first few lines of the Zen of Python - PEP20

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Enter fullscreen mode Exit fullscreen mode