Compare commits
3 Commits
af41281519
...
29d9f18a77
| Author | SHA1 | Date | |
|---|---|---|---|
| 29d9f18a77 | |||
| 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