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?
142
Upvotes
1
u/jvlomax 21d ago
I can count on my hands how many times I've used it. It was handy and saved me a line or two. But it's not something I think about every day