In F# you can create a list from 1 to 10 using the range operator, but is it possible to use letters from the alphabet to do the same? I have been searching for a while and trying a few different things but with no success, and I don't want to have to type the alphabet in the program manually.In F# you can create a list from 1 to 10 using