Merge pull request 'exercise1' (#1) from exercise1 into master

Reviewed-on: #1
OKAY!
This commit is contained in:
Marco Schmid 2026-02-25 17:25:38 +01:00
commit 29d9f18a77
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]