Created swapcase.py #10297
Annotations
3 errors
Ruff (F811):
strings/swapcase.py#L31
strings/swapcase.py:31:5: F811 Redefinition of unused `swap_case` from line 12
|
Ruff (C416):
strings/swapcase.py#L46
strings/swapcase.py:46:20: C416 Unnecessary `list` comprehension (rewrite using `list()`)
|
ruff
Process completed with exit code 1.
|