#Lesson 5 Answer! alphabet= ["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"] encodeMessage = ["M","P","W","F","Q","Z","I","P","O"] decodedMessage = [] #Save your decoded information to this list! change = 1 #This represents how many places you shift the alphabet, it is your key!