how to iterate over a string in python and remove numbers to a new variable code example
Example: iterate through characters in a string python
for c in "string":
#do something with c
for c in "string":
#do something with c