2 comments

[ 5.1 ms ] story [ 14.8 ms ] thread
A use case not mentioned:

print (x := <something>)

So both "=" and ":=" will be python assignment operators, with the only difference being used in statements vs expressions.

Seems... strange.