+ 2
In place and walrus operator
How do I do this thing? I use python 3.7 and the walrus operator doesn’t seem to work and is giving me all sorts of errors
2 Respuestas
+ 3
Update your python to 3.8 or above, it's not supported in 3.7.
https://www.python.org/dev/peps/pep-0572/
+ 1
Ok thanks