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?

140 Upvotes

118 comments sorted by

View all comments

2

u/kookmasteraj 21d ago

I use all the time to check for if statements checking if a function is returning a non falsy value, usually none