The point to add is that **the walrus operator gives SyntaxError with type hinting**, like this: ``` if (n: int := 0): ^ SyntaxError: invalid syntax ``` Shah Faisal from Karachi
The point to add is that the walrus operator gives SyntaxError with type hinting, like this:
Shah Faisal from Karachi