How to match elements from input to list?
I’m new to python, and I just wanted to ask how you would match one element from a user input to a list. I’m currently working on a caesar cipher program, and I basically typed up a list of the alphabets: alphabet = ['a','b','c','d',...]