check the first character in string it is letter or not in python code example
Example: find first instance of character in string python
mystring.findfirstindex('dude') # should return 4
mystring.findfirstindex('dude') # should return 4