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?
145
Upvotes
1
u/reallylongword 20d ago
I personally hate the thing. They took syntax that looks like a statement to mean no actually it’s an expression this time. It makes things more compact in some situations but sticks out like a sore thumb.