i cant seem to link it, somethings wrong with my account, and i copied pasted it because of that, it says you should assign (what i just put) to encrypted text. you should assign decrypt(encrypted_text, 13) to decrypted_text i did all that NOTHING!
I did. Your FUNCTION CALL is not exactly, perfectly, character for character identical to the one you were asked to you. Check it letter by letter. It must be a perfect match.
here’s what i got (i replaced decrypted_message at the end with the actual decrypted message:
encrypted_text = encrypt("Pbhentr vf sbhaq va hayvxryl cynprf", 13)
print(encrypted_text)
decrypted_text = decrypt(encrypted_text, 13)
print("Courage is found in unlikely places.")
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.