Compare commits
No commits in common. "29d9f18a77e4ea6a6cc0981f97f8a392c6625228" and "af4128151961eb96812a3b5b4cf3e30d2d7d6db8" have entirely different histories.
29d9f18a77
...
af41281519
@ -1,4 +1,5 @@
|
||||
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