Karen Shay West's Home Page

Karen Shay West: Tel: (508) 844-9776

KarenWest15@gmail.com


UNDER CONSTRUCTION WEB SITE


Cipher Decryptions and Secret Messages Projects in Python:


Links to Caesar Cipher Encryption and Decryption Code and Secret Messages, along with Code to detect specific strings in other strings using only indexing, slicing, concatenation with a recursive function and no loops, and also, code to emulate and old fashioned type writer, Exercises in Python

Caesar Cipher Encryption and Decryption Pythod Code:



String reversal using only string operations: indexing, slicing, concatenation with a recursive function, not using any loops:



Emulating an old fashioned type writer, in that when ever it is in the middle of a word, and reaches the desired line length, the internal bell rings, signifying to the typist that after finishing the current word, a newline must be inserted manually: