We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello. I tried to run a small mandelbrot.py test and the interpreter reports a TypeError:
./rustpython mandelbrot.py Traceback (most recent call last): File mandelbrot.py, line 12, in <module> TypeError: Unsupported operand types for '/': 'float' and 'float'