I have looked up this and not found anything usefule So I want to take a unknown number (1-26) and convert it to its corrosponding letter.
Example:
import random
rand_let = random.randint(1,26)
print(rand_let)
#Insert the numb letter converter here
print(rand_let) # This is the changed version
output:
3
C