Q:

alphabet string

#Python: premade alphabet string 

import string
string.ascii_lowercase
	#output: 'abcdefghijklmnopqrstuvwxyz'
string.ascii_uppercase
	#output: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6
abcdefghijklmnopqrstuvwxyz
2

New to Communities?

Join the community