+ 1
My ceaser cipher encoder isnât working properly?
https://code.sololearn.com/W35vzm7WNi6p/?ref=app I canât figure out whatâs broken, the first few letters of the alphabet shift perfectly but other letters shift to random letters? Youâre able to choose a key number to shift the letters and input the unencrypted text (caps only) Any help would be great thanks
1 Antwort
+ 3
User input value returns a string. You need to convert shift to an int.