Number guessing game #18297
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (PLR1722):
strings/number_guessing.py#L27
strings/number_guessing.py:27:9: PLR1722 Use `sys.exit()` instead of `quit`
help: Replace `quit` with `sys.exit()`
|
|
ruff (PLR1722):
strings/number_guessing.py#L24
strings/number_guessing.py:24:13: PLR1722 Use `sys.exit()` instead of `quit`
help: Replace `quit` with `sys.exit()`
|