What is it? The link points to a discussion more deep than I’m willing to read.
replies(10):
def foo():
if n := randint(0, 3):
return n ** 2
return 1337
[(x, y, x/y) for x in input_data if (y := f(x)) > 0]
This PEP solves very little problem, saves a few characters of code, but adds complexity to readability.