Compare commits
2 Commits
af41281519
...
879d53c25c
| Author | SHA1 | Date | |
|---|---|---|---|
| 879d53c25c | |||
| 4011c72ce1 |
@ -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