csc-python-solutions/07/a/2 - String Shaving.py

2 lines
21 B
Python
Raw Normal View History

2021-02-18 17:16:08 +00:00
print(input()[1:-1])