Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get nth letter of alphabet

# Basic syntax:
import string
string.ascii_uppercase[5]
--> 'F'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #nth #letter #alphabet
ADD COMMENT
Topic
Name
2+5 =