+ 2
Yes sure you can do it without actually writing alphabets. import string for i in string.ascii_lowercase: print(i) Try this code
8th May 2020, 10:56 AM
Ayush Kumar
Ayush Kumar - avatar