Encrypt Words Routine and File Manipulation for Python 2.7

profiledanmelvanderson_i01c

Encrypt Words Routine and File Manipulation for Python 2.7

  1. Encrypt the following words using a Caesar cipher with a distance value of 5. Provide an algorithm written in python to generate the cypher.
    1. So Python
    2. Much cipher
    3. Wow
  2. 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.
    • 11 years ago
    • 20
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      python.zip
    • attachment
      ceaser_cipher_distance_program.txt
    • attachment
      file_size.txt