<HTML><HEAD>
<META charset=US-ASCII http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff">
<DIV>To clarify:</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I try to write the code such that when the text to be translated is in the lowercase (the first half of ascii_letters), the program should print the corresponding value in binary, it either says 'list index out of range' (if char in alphabet[1-26]:) or&nbsp;'list indices must be integers' (if char in alphabet[0,1,2,3,4,5,6,etc.]).</DIV></BODY></HTML>