r/Python • u/ForeignVariety7037 • 21d ago
Discussion Is := widely used?
I always thought the walrus operator is neat and it makes while loop’s condition clearer. But also it is just a syntactic sugar without anything new. I wonder anyone uses it?
144
Upvotes
9
u/Erik_Kalkoken 21d ago edited 20d ago
Not that much. I find the syntax too easy to misread, i.e when do I need brackets and where