feat: ...
This commit is contained in:
parent
af41281519
commit
ded68ea688
@ -1,5 +1,4 @@
|
||||
def remove_char(s: str) -> str:
|
||||
"removes first and last letter of a string"
|
||||
return s[1:-1]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user