Python | Trim Whitespace From Strings with Strip Function

Python | Trim Whitespace From Strings with Strip Function

Dan Leeman

4 года назад

24,684 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

OP GAMER 2.0
OP GAMER 2.0 - 18.03.2023 17:55

Thanks bro

Ответить
NBA Fan
NBA Fan - 09.03.2022 07:50

Anyone know how to do it with "int" numbers?

Ответить
Rayen Bahroun
Rayen Bahroun - 16.08.2021 16:07

how to remove spaces in the middle of a string ?
like: sp a c es -> spaces ?

Ответить
Faizali Muhammadzoda
Faizali Muhammadzoda - 06.05.2021 16:54

Very useful. Thanks for the effort.

Ответить
M B
M B - 25.04.2020 20:08

sanitized_message = ''.join([i for i in message if i.isalpha()])

Ответить
Cook With love💞
Cook With love💞 - 19.04.2020 12:04

I have a question..if we want to restore back everything if we do lstrip..then how can we do that??

Ответить