im presently trying to loop over a list of names and assign each to a letter ie a variable. Im aware of the enumerate function however i wondered if i cn do this with letters? The purpose of this is for a little project where i will insert these new assignments into an api request that provides stock info on various companies. The idea is to amalgamate information via an automated calling function and i can perform some math on the results as a whole. so just to clarfiy ive a list of compnaies and i want to assign the name to a letter so i can inject this into an api call (an subsequesnt loop) to get information. Many thanks
example: for company in companies: a = compnay one