What command would print out the alphabet as a string? (lowercase) python code example
Example: python all lowercase letters
import string
print string.ascii_lowercaseOutputabcdefghijklmnopqrstuvwxyz
import string
print string.ascii_lowercaseOutputabcdefghijklmnopqrstuvwxyz