python find first char in list code example
Example: how to find the first letter of an item in python
mylist[0][0] # get the first character from the first item in the list
mylist[0][0] # get the first character from the first item in the list