Walrus operator

Concept

A syntactic sugar feature introduced in Python 3.8 that allows assignment expressions, enabling variables to be assigned within expressions. It was a polarizing feature that led to controversy in the Python community.

Mentioned in 2 videos