Next, modify your encryption and decryption variables by calling encrypt and decrypt , respectively, in place of vigenere .
You modified the return statements, this was not asked in the instructions.
You also modified one of the values of the variables.
You used the incorrect name for the variables..
Please reset the step to restore the orignal code.
Then only modify the code you are asked to.
The tests make specific tests in the code.
Altering any part of the code you are not asked to will fail the tests.
Hi Leack!
I was stuck on the same point just a few mins ago and just figured it out. Once you reset the lesson as Teller said, also check your ‘decryption’ variable and notice how the decrypt() function was defined to take two parameters, but the previous vigenere() called in decryption has 3; once you replace vigenere() with decrypt() remove the -1 at the end and Voila! Here is my end code:
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
Thank you and noted for the future. This was my first comment ever in the forum, and I wasn’t aware of the spoiler solutions initiative. I got carried away with the excitement of getting passed that point and thought I was helping out a peer.