how to check the first string in list python 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