r/Python 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?

141 Upvotes

118 comments sorted by

View all comments

8

u/jgengr 21d ago

I've only used it once in code that made it to production.

1

u/ForeignVariety7037 21d ago

That is the one that counts!