Caesar cipher 25

encrypted_text = encrypt(“Pbhentr vf sbhaq va hayvxryl cynprf”, 3.)

print(encrypted_text)

decrypted_text = decrypt(encrypted_text, 13.)

print(decrypted_text)

EDIT: it keeps repeating the same things im already doing, also, i cant post questions

Do you have a question about this step?

yes why is it telling me to do exactly what im already doing? it wont pass

What is the link to this step?

What does the error message say exactly?

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!

You did not exactly, perfectly match the requested function call.

what exactly am i missing? where did i go wrong i cant figure it out

can you please give a hint

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.")

Why did you change the print statement like that? I don’t imagine the instructions asked for that.

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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

even when i put decrypted_text nothing happens,ive tried everything

What does your code look like when you print what the instructions ask for?

it says courage is found in unlikelyplaces and something about strings being integers at other earlier attempts

That is your code? That does not look like code?

no i meant in compiler

the result is that in the result

What does your code look like when you print what the instructions ask for?

I just showed you, it already appears on the screen