Created swapcase.py #10296
Annotations
3 errors
Ruff (F811):
strings/swapcase.py#L30
strings/swapcase.py:30:5: F811 Redefinition of unused `swap_case` from line 12
|
Ruff (C416):
strings/swapcase.py#L45
strings/swapcase.py:45:18: C416 Unnecessary `list` comprehension (rewrite using `list()`)
|
ruff
Process completed with exit code 1.
|