Python highlights: Add walrus operator

This commit is contained in:
Stephan Seitz 2020-06-24 16:42:55 +02:00 committed by Kiyan Yazdani
parent 0ed1fbf909
commit 88c8b70560

View file

@ -93,6 +93,7 @@
[ [
"-" "-"
"-=" "-="
":="
"!=" "!="
"*" "*"
"**" "**"