Built-in function len() returns the length of a string
s = 'supercalifragilisticexpialidocious' print len(s)