From 5c2eca7a33a2b152abe9dc020fbd312e0ef33d8e Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Mon, 8 Jan 2024 14:58:02 +0530 Subject: Fix typo in Python assignment #3.6 --- python/code/3/6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/code/3/6.py') diff --git a/python/code/3/6.py b/python/code/3/6.py index f9b4b99..64b1a60 100644 --- a/python/code/3/6.py +++ b/python/code/3/6.py @@ -21,7 +21,7 @@ for i in range(len(marr)): c = ((c - 97) + key) % 26 + 97 marr[i] = c -print('Ceesar cipher with k =', key, 'applied to the given message:') +print('Caesar cipher with k =', key, 'applied to the given message:') print(str(marr, encoding='ascii')) -- cgit 1.4.1-2-gfad0