We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 1.1.2736 (59ab359) windows 11
repro steps:
print("HELLO WORLD!",84,84) line(84,84,91,91,1)
at runtime you I get the following error
>error while running TIC >Traceback (most recent call last): File "<c-bound>", line 32 line(84,84,91,91,1) File "<c-bound>", line 1 def line(x0, y0, x1, y1, color) : _line(int(x0), int(y0), int(x1), int(y1), int(color)) TypeError: expected 'float', but got 'int'
line(84.0,84.0,91.0,91.0,1.0)
this gives me the same result
The text was updated successfully, but these errors were encountered:
v1.2.x
I think this was solved by #2315
Sorry, something went wrong.
fixed with #2315
No branches or pull requests
version 1.1.2736 (59ab359)
windows 11
repro steps:
at runtime you I get the following error
line(84.0,84.0,91.0,91.0,1.0)
this gives me the same result
The text was updated successfully, but these errors were encountered: