python number to letter

48

python number to letter -

# Basic syntax:
import string
string.ascii_uppercase[5]
--> 'F'

Comments

Submit
0 Comments