rainyear / python3-in-one-pic

Learn python3 in one picture.
https://git.io/Coo-py3
MIT License
4.99k stars 984 forks source link

Missing: The Walrus operator #22

Open franz101 opened 4 years ago

Pratiksha100 commented 4 years ago

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

franz101 commented 4 years ago

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/