Closed MarcusWichelmann closed 3 years ago
Assignment expressions are a new feature in python 3.8 (https://www.python.org/downloads/release/python-380/). You probably need to upgrade your python version if you want to use any of the hlir16 commits using this new syntax.
Best regards.
Thank you, it works with Python 3.9. 👍🏼
Hi,
I tried running the examples and got the following error:
Any idea?