We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import sys
1 parent 69bed59 commit 26df2aaCopy full SHA for 26df2aa
ciphers/caesar_cipher.py
@@ -1,4 +1,3 @@
1
-import sys
2
def encrypt(strng, key):
3
encrypted = ''
4
for x in strng:
0 commit comments