You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cryptography/Caesar_Cipher.py
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
"""
1
+
'''
2
2
Aim: Given a string S , encrypt or decrypt it as per the choice entered by the user using Caesar Cipeher Substitution Method
3
3
4
4
Input Format:
5
5
1. The first line provides an option to the user to choose either to encrypt/decrypt
6
6
2. In the second line the user inputs the string as per his choice given in part 1.
7
7
8
8
Note : It is considered that the encrypted string consists of both upper and lowercase letters , while the decrypted strings consist of only uppercase letters.
0 commit comments