alphabet_string = string. ascii_lowercase. Create a string of all lowercase letters. alphabet_list = list(alphabet_string) Create a list of all lowercase letters. print(alphabet_list)