Learn about the biggest change in Python 3.8: the introduction of assignment expressions. Assignment expression are written with a new notation (:=).This operator is often called the walrus operator as it resembles the eyes and tusks of a walrus on its side. Assignment expressions allow you to assign and return a value in the same expression.

Click here to learn more: https://realpython.com/courses/cool-new-features-python-38/

#python

The Walrus Operator: Assignment Expressions in Python 3.8
1.60 GEEK