I have been trying to create a Caesar cipher program. To make it as inclusive as possible I want to be able to use upper case letters as well. I know how to load a lower case alphabet:
alphabet = string.ascii_lowercase * 2
(I have timed it by two to allow the user to encrypt all letters) I would really like some help. It is my first time submitting a question and I would appreciate any help I get