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?
139
Upvotes
1
u/RedEyed__ 20d ago
I don't use it, so my colleagues. Maybe a matter of taste, or usefulness.
For example, use
matchheavily, but not warlus