Finding the length of a Python String

preview_player
Показать описание
Shows how to find the length of a Python String
Рекомендации по теме
Комментарии
Автор

Sir
Your tutorial is one of the best ever made.
for i in range(0, ∞):
    print 'Thank you!'

ElBarosan
Автор

What if I'd like to know the lenght of "welcome" but without considering the blank space?

amendez