"""Prior to Python 3.8, this should raise SyntaxError: invalid syntax"""

print(walrus := True)
