Please Help me in this code to minimize it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please Help me in this code to minimize it.

https://code.sololearn.com/cLb2CRWv5F6G/?ref=app

14th Apr 2020, 7:44 AM
Gaurav Singh
2 Answers
+ 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)
14th Apr 2020, 8:04 AM
John Robotane
John Robotane - avatar
0
Thank you
14th Apr 2020, 8:21 AM
Gaurav Singh