Recently a stable version of python 3.8 was rolled out with some new features to the python programming language. One of them is a walrus operator. Walrus operator allows us to process and assign in just a single statement. At first walrus operator of python 3.8 might be a little confusing but after watching this video, you will be very comfortable with it.
#python