Ad
  • Custom User Avatar

    By the way, to save yourself from needing to write the whole alphabet out twice, you can just do the following (144 characters less than your solution)

    import string
    alphabet_lower = list(string.ascii_lowercase)
    alphabet_upper = list(string.ascii_uppercase)