add userplay version of guess the number #13922
Closed
Annotations
4 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
other/guess_the_number_userplay.py#L34
other/guess_the_number_userplay.py:34:8: W292 No newline at end of file
|
|
Run uvx ruff check --output-format=github .:
other/guess_the_number_userplay.py#L11
other/guess_the_number_userplay.py:11:24: RUF001 String contains ambiguous `’` (RIGHT SINGLE QUOTATION MARK). Did you mean ``` (GRAVE ACCENT)?
|
|
Run uvx ruff check --output-format=github .:
other/guess_the_number_userplay.py#L1
other/guess_the_number_userplay.py:1:1: I001 Import block is un-sorted or un-formatted
|
Loading