Merge pull request 'exercise1' (#1) from exercise1 into master
Reviewed-on: #1 OKAY!
This commit is contained in:
commit
29d9f18a77
@ -1,5 +1,4 @@
|
|||||||
def remove_char(s: str) -> str:
|
def remove_char(s: str) -> str:
|
||||||
"removes first and last letter of a string"
|
|
||||||
return s[1:-1]
|
return s[1:-1]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user