Python bekommt n -te Alphabetbrief

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