Skip to content

Commit 60c14e5

Browse files
authored
Update CaesarsCypherDecryptor.py
Dialogue edits
1 parent 7a87c76 commit 60c14e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CaesarsCypherDecryptor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def encypt_func(txt, s):
1414
s = 20
1515

1616
time.sleep(1)
17-
print("Plain txt : " + txt)
17+
print("Cypher Text : " + txt)
1818
time.sleep(1)
1919
print("Shift pattern : " + str(s))
2020
time.sleep(1)
21-
print("Cipher: " + encypt_func(txt, s))
22-
time.sleep(3)
21+
print("Cipher Text : " + encypt_func(txt, s))
22+
time.sleep(3)

0 commit comments

Comments
 (0)