0
Please Help me in this code to minimize it.
2 Respuestas
+ 3
try this
https://code.sololearn.com/cTbGI8bcufth/?ref=app
you can also use the string module to get the alphabet letter
import string
alphabet = set(string.ascii_lowercase)
0
Thank you