User Profile
Collapse
-
and it all formatted wrong... i had all the correct spacing by the way just failed in the box. -
Ceasar Cipher help
Hi all, im writing a caesar cipher and ive done most of the program (see below)
...Code:def decrypt(ciphertext, shift): decrytped_text = " " for letter in ciphertext: if letter.isalpha(): num = ord(letter) num += key if letter.isupper(): if num > ord('Z'): num -= 26
No activity results to display
Show More
Leave a comment: