Colon Equals Operator aka Walrus Operator in Python
Python 3.8 introduced the 'colon equals' operator := which is the same as the equals operator = in any of the programming languages.
Both are used for assignments of any value.
'=' operator
operator = "equals operator" # assigning 'operator' variable...
techcode.hashnode.dev1 min read