+ 1
Can you help me to fix this code
This code is converting only last element of input to encrypted one and simply living others https://sololearn.com/compiler-playground/c7AJUWbkDveK/?ref=app
3 ответов
0
what do you need fixed sofar looks like it works, but it only shift 1 letter and not the word . If its 2 letters it always shift the second letter so yea
0
Prathmesh Angad Phad ,
The directions aren't clear. They show example input but not example output. Also, the input is shown as one letter followed by the key, but I think you also want the user to be able to enter a word followed by the key. For example, (trivia from the movie, 2001: A Space Odyssey):
Input:
hal 1
Output:
ibm
Is that correct?
0
Prathmesh Angad Phad ,
You have a lot of tags. I think these three would be sufficient:
python python3 encryption