rainyear / python3-in-one-pic

Learn python3 in one picture.

Home Page:https://git.io/Coo-py3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing: The Walrus operator

franz101 opened this issue · comments

Hi! I would like to resolve this issue. May I know more about this?

the walrus operator assign a variable but also can be used in the if condition at the same time.
https://docs.python.org/3/whatsnew/3.8.html

It is infamously controversial as Guido stepped down from Python after the proposal:
https://pankajparashar.com/posts/the-walrus-operator/