We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm running missing_colon.py as follows:
missing_colon.py
division(23, 0)
but I get the following error:
File "/Users/fuchur/Documents/24/git_sync/swe-agent-test-repo/tests/./missing_colon.py", line 4 def division(a: float, b: float) -> float ^ SyntaxError: invalid syntax