Get the length of a string with escape characters inside : String Length : String PYTHON examples


PYTHON examples » String » String Length »

 

Get the length of a string with escape characters inside


Get the length of a string with escape characters inside


s = 'a0b0c'
print s
print len(s)

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo String
» String Length