У меня есть этот код Python:
Код: Выделить всё
def my_handle(self):
sentence = ' hello apple '
sentence.strip()
Подробнее здесь: https://stackoverflow.com/questions/827 ... n-a-string
Код: Выделить всё
def my_handle(self):
sentence = ' hello apple '
sentence.strip()