What does the := operand mean, more specifically for Python?
:=
Can someone explain how to read this snippet of code?
node := root, cost =
PEP572 proposed support for the := operator in Python to allow variable assignments within expressions.
This syntax is available in Python 3.8.