Code 63: Remove whitespace from the left, right or both sides of a string Python | 365 days of Code

preview_player
Показать описание
here is the python program to remove whitespace from the left, right, or both sides of a string.
Code -
test_string = " Follow our FB page " # I've added 4 spaces on both side
# Let's print the test_string first
print(test_string)
# Thanks
Рекомендации по теме
visit shbcf.ru