Encrypt Words Routine and File Manipulation in Python Program using Notepad
- Encrypt the following words using a Caesar cipher with a distance value of 5. Provide an algorithm written in python to generate the cypher.
- So Python
- Much cipher
- Wow
- Write a program to open testFile.txt for input, append your name to the end of the file. Print out the number of lines contained in the file and close it. Program needs to be written in Notepad.