how to get a first letter of word in list in 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