Hey, I'm trying to start a code for a Viginiere cipher and I need help with my string. I've created two strings, one for the encoded message and one for the code key. Both the encoded message and key are inputted in the command line. I need to keep adding characters to the key string until it is the same length as the encoded message. I'm using a for loop to make sure the key never gets larger than the message, but I can't seem to add the characters to the string. Any advice?