Compare commits

...

2 Commits

Author SHA1 Message Date
879d53c25c feat: ... 2026-02-25 17:21:46 +01:00
4011c72ce1 feat: ... 2026-02-25 17:16:00 +01:00
2 changed files with 0 additions and 1 deletions

View File

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