how to get first character of every element in list python in o(logn) 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