Well I have program in which i have look into every character of a string.
Is there a method in python
str = " the world is small"
for every char in str ( I don't know how to do this)
Is there a method in python
str = " the world is small"
for every char in str ( I don't know how to do this)
Comment