To extend the alphabet list in python, you can use the extend method of python lists. Here's the code to add lowercase alphabet characters to an existing list:
main.py76 chars4 lines
This will output:
main.py31 chars2 lines
You can use the same method to add uppercase characters or any other characters as well.
gistlibby LogSnag