Reviewed-on: #1 OKAY!
@ -1,5 +1,4 @@
def remove_char(s: str) -> str:
"removes first and last letter of a string"
return s[1:-1]
The note is not visible to the blocked user.