feat: ...

This commit is contained in:
Marco Schmid 2026-02-25 17:16:00 +01:00
parent af41281519
commit ded68ea688

View File

@ -1,5 +1,4 @@
def remove_char(s: str) -> str:
"removes first and last letter of a string"
return s[1:-1]