from string import digits, ascii_lowercase
print(ascii_lowercase)
print(digits)