Removing All Whitespace from a Python String! #python #coding

preview_player
Показать описание
To remove all whitespace from a Python string utilize the "replace" function.

1. s = " te s t"
Рекомендации по теме