exercise1 #1
@ -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