I'm wanting to create a string that will, If Word 1 was CHEESE
and Word 2 = HAM
, create a string looking something like this...
CHEESEHAMCHEESEHAMCHEESEHAMCHEESEHAM
etc...
I then want the ASCII values of each character to be taken and be used in a Caesar cipher program.
Thanks in advance, I'm not too experienced with Python.